Html Css Color HEX #CEB320 Bird Flower

📋 copy color: '#CEB320'

red 206 ◦ green 179 ◦ blue 32

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

Shades of Bird Flower #CEB320

Tints of Bird Flower #CEB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

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

R = 49.4%
G = 42.93%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB320 (or 0xCEB320) is known color: Bird Flower. HEX triplet: CE, B3 and 20. RGB value is (206,179,32). Sum of RGB (Red+Green+Blue) = 206+179+32=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB320 is #314CDF. Grayscale: #AAAAAA. Windows color (decimal): -3230944 or 2143182. OLE color: 2143182.

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

Color convert

RGB 206 179 32 -
CMYK 0 0.13 0.84 0.19
HSL 50.69º 0.73% 0.47% -
HSV(B) 50.69º 0.84% 0.81% -
XYZ 41.83 45.47 7.94 -
YUV 170.32 49.95 153.45 -
System Red Green Blue C M Y K H S L
Decimal 206 179 32 0 0.13 0.84 0.19 50.69 0.73 0.47
Hex CE B3 20 0 D 54 13 33 49 2F
Octal 316 263 40 0 15 124 23 63 111 57
Binary 11001110 10110011 100000 0 1101 1010100 10011 110011 1001001 101111

Color Harmonies of #CEB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB320

Black with #CEB320

Text Example


Text Example

White with #CEB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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