Html Css Color HEX #CEB522 Bird Flower

📋 copy color: '#CEB522'

red 206 ◦ green 181 ◦ blue 34

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

Shades of Bird Flower #CEB522

Tints of Bird Flower #CEB522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.08%

R = 48.93%
G = 42.99%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB522 (or 0xCEB522) is known color: Bird Flower. HEX triplet: CE, B5 and 22. RGB value is (206,181,34). Sum of RGB (Red+Green+Blue) = 206+181+34=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB522 is #314ADD. Grayscale: #ACACAC. Windows color (decimal): -3230430 or 2274766. OLE color: 2274766.

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

Color convert

RGB 206 181 34 -
CMYK 0 0.12 0.83 0.19
HSL 51.28º 0.72% 0.47% -
HSV(B) 51.28º 0.83% 0.81% -
XYZ 42.27 46.29 8.22 -
YUV 171.72 50.28 152.45 -
System Red Green Blue C M Y K H S L
Decimal 206 181 34 0 0.12 0.83 0.19 51.28 0.72 0.47
Hex CE B5 22 0 C 53 13 33 48 2F
Octal 316 265 42 0 14 123 23 63 110 57
Binary 11001110 10110101 100010 0 1100 1010011 10011 110011 1001000 101111

Color Harmonies of #CEB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB522

Black with #CEB522

Text Example


Text Example

White with #CEB522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB522; }

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

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

background-color css

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

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

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

border-color css

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

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

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