Html Css Color HEX #CEC415 Bird Flower

📋 copy color: '#CEC415'

red 206 ◦ green 196 ◦ blue 21

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

Shades of Bird Flower #CEC415

Tints of Bird Flower #CEC415

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.34%

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

R = 48.7%
G = 46.34%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEC415 (or 0xCEC415) is known color: Bird Flower. HEX triplet: CE, C4 and 15. RGB value is (206,196,21). Sum of RGB (Red+Green+Blue) = 206+196+21=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC415 is #313BEA. Grayscale: #B3B3B3. Windows color (decimal): -3226603 or 1426638. OLE color: 1426638.

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

Color convert

RGB 206 196 21 -
CMYK 0 0.05 0.90 0.19
HSL 56.76º 0.81% 0.45% -
HSV(B) 56.76º 0.9% 0.81% -
XYZ 45.33 52.66 8.48 -
YUV 179.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 206 196 21 0 0.05 0.90 0.19 56.76 0.81 0.45
Hex CE C4 15 0 5 5A 13 39 51 2D
Octal 316 304 25 0 5 132 23 71 121 55
Binary 11001110 11000100 10101 0 101 1011010 10011 111001 1010001 101101

Color Harmonies of #CEC415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC415

Black with #CEC415

Text Example


Text Example

White with #CEC415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC415; }

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

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

background-color css

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

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

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

border-color css

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

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

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