Html Css Color HEX #CEB620 Bird Flower

📋 copy color: '#CEB620'

red 206 ◦ green 182 ◦ blue 32

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

Shades of Bird Flower #CEB620

Tints of Bird Flower #CEB620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

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

R = 49.05%
G = 43.33%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB620 (or 0xCEB620) is known color: Bird Flower. HEX triplet: CE, B6 and 20. RGB value is (206,182,32). Sum of RGB (Red+Green+Blue) = 206+182+32=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB620 is #3149DF. Grayscale: #ACACAC. Windows color (decimal): -3230176 or 2143950. OLE color: 2143950.

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

Color convert

RGB 206 182 32 -
CMYK 0 0.12 0.84 0.19
HSL 51.72º 0.73% 0.47% -
HSV(B) 51.72º 0.84% 0.81% -
XYZ 42.44 46.68 8.14 -
YUV 172.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 206 182 32 0 0.12 0.84 0.19 51.72 0.73 0.47
Hex CE B6 20 0 C 54 13 34 49 2F
Octal 316 266 40 0 14 124 23 64 111 57
Binary 11001110 10110110 100000 0 1100 1010100 10011 110100 1001001 101111

Color Harmonies of #CEB620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB620

Black with #CEB620

Text Example


Text Example

White with #CEB620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB620; }

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

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

background-color css

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

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

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

border-color css

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

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

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