Html Css Color HEX #CEB80D Bird Flower

📋 copy color: '#CEB80D'

red 206 ◦ green 184 ◦ blue 13

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

Shades of Bird Flower #CEB80D

Tints of Bird Flower #CEB80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 51.12%
G = 45.66%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEB80D (or 0xCEB80D) is known color: Bird Flower. HEX triplet: CE, B8 and 0D. RGB value is (206,184,13). Sum of RGB (Red+Green+Blue) = 206+184+13=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB80D is #3147F2. Grayscale: #ABABAB. Windows color (decimal): -3229683 or 899278. OLE color: 899278.

HSL color Cylindrical-coordinate representation of color #CEB80D: hue angle of 53.16º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEB80D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 184 13 -
CMYK 0 0.11 0.94 0.19
HSL 53.16º 0.88% 0.43% -
HSV(B) 53.16º 0.94% 0.81% -
XYZ 42.67 47.43 7.29 -
YUV 171.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 206 184 13 0 0.11 0.94 0.19 53.16 0.88 0.43
Hex CE B8 D 0 B 5E 13 35 58 2B
Octal 316 270 15 0 13 136 23 65 130 53
Binary 11001110 10111000 1101 0 1011 1011110 10011 110101 1011000 101011

Color Harmonies of #CEB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB80D

Black with #CEB80D

Text Example


Text Example

White with #CEB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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