Html Css Color HEX #CEC213 Bird Flower

📋 copy color: '#CEC213'

red 206 ◦ green 194 ◦ blue 19

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

Shades of Bird Flower #CEC213

Tints of Bird Flower #CEC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 49.16%
G = 46.3%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEC213 (or 0xCEC213) is known color: Bird Flower. HEX triplet: CE, C2 and 13. RGB value is (206,194,19). Sum of RGB (Red+Green+Blue) = 206+194+19=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC213 is #313DEC. Grayscale: #B2B2B2. Windows color (decimal): -3227117 or 1295054. OLE color: 1295054.

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

Color convert

RGB 206 194 19 -
CMYK 0 0.06 0.91 0.19
HSL 56.15º 0.83% 0.44% -
HSV(B) 56.15º 0.91% 0.81% -
XYZ 44.86 51.75 8.24 -
YUV 177.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 206 194 19 0 0.06 0.91 0.19 56.15 0.83 0.44
Hex CE C2 13 0 6 5B 13 38 53 2C
Octal 316 302 23 0 6 133 23 70 123 54
Binary 11001110 11000010 10011 0 110 1011011 10011 111000 1010011 101100

Color Harmonies of #CEC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC213

Black with #CEC213

Text Example


Text Example

White with #CEC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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