Html Css Color HEX #CEB519 Bird Flower

📋 copy color: '#CEB519'

red 206 ◦ green 181 ◦ blue 25

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

Shades of Bird Flower #CEB519

Tints of Bird Flower #CEB519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.93%

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

R = 50%
G = 43.93%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB519 (or 0xCEB519) is known color: Bird Flower. HEX triplet: CE, B5 and 19. RGB value is (206,181,25). Sum of RGB (Red+Green+Blue) = 206+181+25=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB519 is #314AE6. Grayscale: #ABABAB. Windows color (decimal): -3230439 or 1684942. OLE color: 1684942.

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

Color convert

RGB 206 181 25 -
CMYK 0 0.12 0.88 0.19
HSL 51.71º 0.78% 0.45% -
HSV(B) 51.71º 0.88% 0.81% -
XYZ 42.15 46.24 7.62 -
YUV 170.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 206 181 25 0 0.12 0.88 0.19 51.71 0.78 0.45
Hex CE B5 19 0 C 58 13 34 4E 2D
Octal 316 265 31 0 14 130 23 64 116 55
Binary 11001110 10110101 11001 0 1100 1011000 10011 110100 1001110 101101

Color Harmonies of #CEB519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB519

Black with #CEB519

Text Example


Text Example

White with #CEB519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB519; }

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

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

background-color css

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

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

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

border-color css

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

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

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