Html Css Color HEX #CEB119 Bird Flower

📋 copy color: '#CEB119'

red 206 ◦ green 177 ◦ blue 25

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

Shades of Bird Flower #CEB119

Tints of Bird Flower #CEB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

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

R = 50.49%
G = 43.38%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB119 (or 0xCEB119) is known color: Bird Flower. HEX triplet: CE, B1 and 19. RGB value is (206,177,25). Sum of RGB (Red+Green+Blue) = 206+177+25=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB119 is #314EE6. Grayscale: #A8A8A8. Windows color (decimal): -3231463 or 1683918. OLE color: 1683918.

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

Color convert

RGB 206 177 25 -
CMYK 0 0.14 0.88 0.19
HSL 50.39º 0.78% 0.45% -
HSV(B) 50.39º 0.88% 0.81% -
XYZ 41.35 44.64 7.36 -
YUV 168.34 47.11 154.86 -
System Red Green Blue C M Y K H S L
Decimal 206 177 25 0 0.14 0.88 0.19 50.39 0.78 0.45
Hex CE B1 19 0 E 58 13 32 4E 2D
Octal 316 261 31 0 16 130 23 62 116 55
Binary 11001110 10110001 11001 0 1110 1011000 10011 110010 1001110 101101

Color Harmonies of #CEB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB119

Black with #CEB119

Text Example


Text Example

White with #CEB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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