Html Css Color HEX #CECB15 Bird Flower

📋 copy color: '#CECB15'

red 206 ◦ green 203 ◦ blue 21

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

Shades of Bird Flower #CECB15

Tints of Bird Flower #CECB15

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.21%

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

R = 47.91%
G = 47.21%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CECB15 (or 0xCECB15) is known color: Bird Flower. HEX triplet: CE, CB and 15. RGB value is (206,203,21). Sum of RGB (Red+Green+Blue) = 206+203+21=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB15 is #3134EA. Grayscale: #B7B7B7. Windows color (decimal): -3224811 or 1428430. OLE color: 1428430.

HSL color Cylindrical-coordinate representation of color #CECB15: hue angle of 59.03º 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 #CECB15 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 21 -
CMYK 0 0.01 0.90 0.19
HSL 59.03º 0.81% 0.45% -
HSV(B) 59.03º 0.9% 0.81% -
XYZ 46.94 55.89 9.02 -
YUV 183.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 206 203 21 0 0.01 0.90 0.19 59.03 0.81 0.45
Hex CE CB 15 0 1 5A 13 3B 51 2D
Octal 316 313 25 0 1 132 23 73 121 55
Binary 11001110 11001011 10101 0 1 1011010 10011 111011 1010001 101101

Color Harmonies of #CECB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB15

Black with #CECB15

Text Example


Text Example

White with #CECB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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