Html Css Color HEX #CEB020 Galliano

📋 copy color: '#CEB020'

red 206 ◦ green 176 ◦ blue 32

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

Shades of Galliano #CEB020

Tints of Galliano #CEB020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 49.76%
G = 42.51%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB020 (or 0xCEB020) is known color: Galliano. HEX triplet: CE, B0 and 20. RGB value is (206,176,32). Sum of RGB (Red+Green+Blue) = 206+176+32=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB020 is #314FDF. Grayscale: #A9A9A9. Windows color (decimal): -3231712 or 2142414. OLE color: 2142414.

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

Color convert

RGB 206 176 32 -
CMYK 0 0.15 0.84 0.19
HSL 49.66º 0.73% 0.47% -
HSV(B) 49.66º 0.84% 0.81% -
XYZ 41.24 44.28 7.74 -
YUV 168.55 50.94 154.71 -
System Red Green Blue C M Y K H S L
Decimal 206 176 32 0 0.15 0.84 0.19 49.66 0.73 0.47
Hex CE B0 20 0 F 54 13 32 49 2F
Octal 316 260 40 0 17 124 23 62 111 57
Binary 11001110 10110000 100000 0 1111 1010100 10011 110010 1001001 101111

Color Harmonies of #CEB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB020

Black with #CEB020

Text Example


Text Example

White with #CEB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB020; }

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

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

background-color css

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

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

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

border-color css

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

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

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