Html Css Color HEX #CEC019 Bird Flower

📋 copy color: '#CEC019'

red 206 ◦ green 192 ◦ blue 25

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

Shades of Bird Flower #CEC019

Tints of Bird Flower #CEC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

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

R = 48.7%
G = 45.39%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEC019 (or 0xCEC019) is known color: Bird Flower. HEX triplet: CE, C0 and 19. RGB value is (206,192,25). Sum of RGB (Red+Green+Blue) = 206+192+25=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC019 is #313FE6. Grayscale: #B1B1B1. Windows color (decimal): -3227623 or 1687758. OLE color: 1687758.

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

Color convert

RGB 206 192 25 -
CMYK 0 0.07 0.88 0.19
HSL 55.36º 0.78% 0.45% -
HSV(B) 55.36º 0.88% 0.81% -
XYZ 44.48 50.89 8.4 -
YUV 177.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 206 192 25 0 0.07 0.88 0.19 55.36 0.78 0.45
Hex CE C0 19 0 7 58 13 37 4E 2D
Octal 316 300 31 0 7 130 23 67 116 55
Binary 11001110 11000000 11001 0 111 1011000 10011 110111 1001110 101101

Color Harmonies of #CEC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC019

Black with #CEC019

Text Example


Text Example

White with #CEC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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