Html Css Color HEX #CEC218 Bird Flower

📋 copy color: '#CEC218'

red 206 ◦ green 194 ◦ blue 24

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

Shades of Bird Flower #CEC218

Tints of Bird Flower #CEC218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 48.58%
G = 45.75%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEC218 (or 0xCEC218) is known color: Bird Flower. HEX triplet: CE, C2 and 18. RGB value is (206,194,24). Sum of RGB (Red+Green+Blue) = 206+194+24=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC218 is #313DE7. Grayscale: #B2B2B2. Windows color (decimal): -3227112 or 1622734. OLE color: 1622734.

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

Color convert

RGB 206 194 24 -
CMYK 0 0.06 0.88 0.19
HSL 56.04º 0.79% 0.45% -
HSV(B) 56.04º 0.88% 0.81% -
XYZ 44.91 51.77 8.49 -
YUV 178.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 206 194 24 0 0.06 0.88 0.19 56.04 0.79 0.45
Hex CE C2 18 0 6 58 13 38 4F 2D
Octal 316 302 30 0 6 130 23 70 117 55
Binary 11001110 11000010 11000 0 110 1011000 10011 111000 1001111 101101

Color Harmonies of #CEC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC218

Black with #CEC218

Text Example


Text Example

White with #CEC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC218; }

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

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

background-color css

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

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

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

border-color css

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

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

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