Html Css Color HEX #CEB820 Bird Flower

📋 copy color: '#CEB820'

red 206 ◦ green 184 ◦ blue 32

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

Shades of Bird Flower #CEB820

Tints of Bird Flower #CEB820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 48.82%
G = 43.6%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB820 (or 0xCEB820) is known color: Bird Flower. HEX triplet: CE, B8 and 20. RGB value is (206,184,32). Sum of RGB (Red+Green+Blue) = 206+184+32=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB820 is #3147DF. Grayscale: #ADADAD. Windows color (decimal): -3229664 or 2144462. OLE color: 2144462.

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

Color convert

RGB 206 184 32 -
CMYK 0 0.11 0.84 0.19
HSL 52.41º 0.73% 0.47% -
HSV(B) 52.41º 0.84% 0.81% -
XYZ 42.85 47.51 8.28 -
YUV 173.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 206 184 32 0 0.11 0.84 0.19 52.41 0.73 0.47
Hex CE B8 20 0 B 54 13 34 49 2F
Octal 316 270 40 0 13 124 23 64 111 57
Binary 11001110 10111000 100000 0 1011 1010100 10011 110100 1001001 101111

Color Harmonies of #CEB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB820

Black with #CEB820

Text Example


Text Example

White with #CEB820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB820; }

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

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

background-color css

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

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

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

border-color css

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

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

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