Html Css Color HEX #CEB019 Bird Flower

📋 copy color: '#CEB019'

red 206 ◦ green 176 ◦ blue 25

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

Shades of Bird Flower #CEB019

Tints of Bird Flower #CEB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

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

R = 50.61%
G = 43.24%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB019 (or 0xCEB019) is known color: Bird Flower. HEX triplet: CE, B0 and 19. RGB value is (206,176,25). Sum of RGB (Red+Green+Blue) = 206+176+25=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB019 is #314FE6. Grayscale: #A8A8A8. Windows color (decimal): -3231719 or 1683662. OLE color: 1683662.

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

Color convert

RGB 206 176 25 -
CMYK 0 0.15 0.88 0.19
HSL 50.06º 0.78% 0.45% -
HSV(B) 50.06º 0.88% 0.81% -
XYZ 41.15 44.24 7.29 -
YUV 167.76 47.44 155.28 -
System Red Green Blue C M Y K H S L
Decimal 206 176 25 0 0.15 0.88 0.19 50.06 0.78 0.45
Hex CE B0 19 0 F 58 13 32 4E 2D
Octal 316 260 31 0 17 130 23 62 116 55
Binary 11001110 10110000 11001 0 1111 1011000 10011 110010 1001110 101101

Color Harmonies of #CEB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB019

Black with #CEB019

Text Example


Text Example

White with #CEB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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