Html Css Color HEX #CEC208 Bird Flower

📋 copy color: '#CEC208'

red 206 ◦ green 194 ◦ blue 8

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

Shades of Bird Flower #CEC208

Tints of Bird Flower #CEC208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.55%

 BLUE value IS 8 (3.52% from 255) = 1.96%

R = 50.49%
G = 47.55%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEC208 (or 0xCEC208) is known color: Bird Flower. HEX triplet: CE, C2 and 08. RGB value is (206,194,8). Sum of RGB (Red+Green+Blue) = 206+194+8=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC208 is #313DF7. Grayscale: #B1B1B1. Windows color (decimal): -3227128 or 574158. OLE color: 574158.

HSL color Cylindrical-coordinate representation of color #CEC208: hue angle of 56.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEC208 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 8 -
CMYK 0 0.06 0.96 0.19
HSL 56.36º 0.93% 0.42% -
HSV(B) 56.36º 0.96% 0.81% -
XYZ 44.79 51.72 7.85 -
YUV 176.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 206 194 8 0 0.06 0.96 0.19 56.36 0.93 0.42
Hex CE C2 8 0 6 60 13 38 5D 2A
Octal 316 302 10 0 6 140 23 70 135 52
Binary 11001110 11000010 1000 0 110 1100000 10011 111000 1011101 101010

Color Harmonies of #CEC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC208

Black with #CEC208

Text Example


Text Example

White with #CEC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC208; }

 p { color: rgb(206,194,8); }

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

background-color css

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

 a { background-color: rgb(206,194,8); }

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

border-color css

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

 span { border-color: rgb(206,194,8); }

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