Html Css Color HEX #CEB513 Bird Flower

📋 copy color: '#CEB513'

red 206 ◦ green 181 ◦ blue 19

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

Shades of Bird Flower #CEB513

Tints of Bird Flower #CEB513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.68%

R = 50.74%
G = 44.58%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB513 (or 0xCEB513) is known color: Bird Flower. HEX triplet: CE, B5 and 13. RGB value is (206,181,19). Sum of RGB (Red+Green+Blue) = 206+181+19=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB513 is #314AEC. Grayscale: #AAAAAA. Windows color (decimal): -3230445 or 1291726. OLE color: 1291726.

HSL color Cylindrical-coordinate representation of color #CEB513: hue angle of 51.98º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEB513 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 19 -
CMYK 0 0.12 0.91 0.19
HSL 51.98º 0.83% 0.44% -
HSV(B) 51.98º 0.91% 0.81% -
XYZ 42.1 46.22 7.32 -
YUV 170.01 42.78 153.67 -
System Red Green Blue C M Y K H S L
Decimal 206 181 19 0 0.12 0.91 0.19 51.98 0.83 0.44
Hex CE B5 13 0 C 5B 13 34 53 2C
Octal 316 265 23 0 14 133 23 64 123 54
Binary 11001110 10110101 10011 0 1100 1011011 10011 110100 1010011 101100

Color Harmonies of #CEB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB513

Black with #CEB513

Text Example


Text Example

White with #CEB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB513; }

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

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

background-color css

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

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

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

border-color css

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

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

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