Html Css Color HEX #CEB813 Bird Flower

📋 copy color: '#CEB813'

red 206 ◦ green 184 ◦ blue 19

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

Shades of Bird Flower #CEB813

Tints of Bird Flower #CEB813

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.99%

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

R = 50.37%
G = 44.99%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB813 (or 0xCEB813) is known color: Bird Flower. HEX triplet: CE, B8 and 13. RGB value is (206,184,19). Sum of RGB (Red+Green+Blue) = 206+184+19=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB813 is #3147EC. Grayscale: #ACACAC. Windows color (decimal): -3229677 or 1292494. OLE color: 1292494.

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

Color convert

RGB 206 184 19 -
CMYK 0 0.11 0.91 0.19
HSL 52.94º 0.83% 0.44% -
HSV(B) 52.94º 0.91% 0.81% -
XYZ 42.71 47.45 7.52 -
YUV 171.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 206 184 19 0 0.11 0.91 0.19 52.94 0.83 0.44
Hex CE B8 13 0 B 5B 13 35 53 2C
Octal 316 270 23 0 13 133 23 65 123 54
Binary 11001110 10111000 10011 0 1011 1011011 10011 110101 1010011 101100

Color Harmonies of #CEB813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB813

Black with #CEB813

Text Example


Text Example

White with #CEB813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB813; }

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

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

background-color css

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

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

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

border-color css

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

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

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