Html Css Color HEX #CEC219 Bird Flower

📋 copy color: '#CEC219'

red 206 ◦ green 194 ◦ blue 25

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

Shades of Bird Flower #CEC219

Tints of Bird Flower #CEC219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 48.47%
G = 45.65%
B = 5.88%

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

#CEC219 (or 0xCEC219) is known color: Bird Flower. HEX triplet: CE, C2 and 19. RGB value is (206,194,25). Sum of RGB (Red+Green+Blue) = 206+194+25=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC219 is #313DE6. Grayscale: #B3B3B3. Windows color (decimal): -3227111 or 1688270. OLE color: 1688270.

HSL color Cylindrical-coordinate representation of color #CEC219: hue angle of 56.02º degrees, saturation: 0.78, 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 #CEC219 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 25 -
CMYK 0 0.06 0.88 0.19
HSL 56.02º 0.78% 0.45% -
HSV(B) 56.02º 0.88% 0.81% -
XYZ 44.92 51.78 8.55 -
YUV 178.32 41.48 147.74 -
System Red Green Blue C M Y K H S L
Decimal 206 194 25 0 0.06 0.88 0.19 56.02 0.78 0.45
Hex CE C2 19 0 6 58 13 38 4E 2D
Octal 316 302 31 0 6 130 23 70 116 55
Binary 11001110 11000010 11001 0 110 1011000 10011 111000 1001110 101101

Color Harmonies of #CEC219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC219

Black with #CEC219

Text Example


Text Example

White with #CEC219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC219; }

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

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

background-color css

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

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

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

border-color css

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

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

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