Html Css Color HEX #CEBF15 Bird Flower

📋 copy color: '#CEBF15'

red 206 ◦ green 191 ◦ blue 21

#CEBF15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CEBF15

Tints of Bird Flower #CEBF15

RGB

 RED value IS 206 (80.86% from 255) = 49.28%

 GREEN value IS 191 (75% from 255) = 45.69%

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 49.28%
G = 45.69%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEBF15 (or 0xCEBF15) is known color: Bird Flower. HEX triplet: CE, BF and 15. RGB value is (206,191,21). Sum of RGB (Red+Green+Blue) = 206+191+21=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBF15 is #3140EA. Grayscale: #B0B0B0. Windows color (decimal): -3227883 or 1425358. OLE color: 1425358.

HSL color Cylindrical-coordinate representation of color #CEBF15: hue angle of 55.14º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEBF15 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 21 -
CMYK 0 0.07 0.90 0.19
HSL 55.14º 0.81% 0.45% -
HSV(B) 55.14º 0.9% 0.81% -
XYZ 44.22 50.44 8.11 -
YUV 176.11 40.47 149.32 -
System Red Green Blue C M Y K H S L
Decimal 206 191 21 0 0.07 0.90 0.19 55.14 0.81 0.45
Hex CE BF 15 0 7 5A 13 37 51 2D
Octal 316 277 25 0 7 132 23 67 121 55
Binary 11001110 10111111 10101 0 111 1011010 10011 110111 1010001 101101

Color Harmonies of #CEBF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF15

Black with #CEBF15

Text Example


Text Example

White with #CEBF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF15; }

 p { color: rgb(206,191,21); }

 H1.HeaderClassName
 {
   color: #CEBF15;
 }
 .AnyTagClassName
 {
   color: #CEBF15;
 }
</style>

background-color css

<style>
 a { background-color: #CEBF15; }

 a { background-color: rgb(206,191,21); }

 div.DivClassName
 {
   background-color: #CEBF15;
 }
 .BgClassName
 {
   background-color: #CEBF15;
 }
</style>

border-color css

<style>
 span { border-color: #CEBF15; }

 span { border-color: rgb(206,191,21); }

 td.TdClassName
 {
   border-color: #CEBF15;
 }
 .TagClassName
 {
   border-color: #CEBF15;
 }
</style>