Html Css Color HEX #CEB024 Galliano

📋 copy color: '#CEB024'

red 206 ◦ green 176 ◦ blue 36

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

Shades of Galliano #CEB024

Tints of Galliano #CEB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 49.28%
G = 42.11%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB024 (or 0xCEB024) is known color: Galliano. HEX triplet: CE, B0 and 24. RGB value is (206,176,36). Sum of RGB (Red+Green+Blue) = 206+176+36=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB024 is #314FDB. Grayscale: #A9A9A9. Windows color (decimal): -3231708 or 2404558. OLE color: 2404558.

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

Color convert

RGB 206 176 36 -
CMYK 0 0.15 0.83 0.19
HSL 49.41º 0.7% 0.47% -
HSV(B) 49.41º 0.83% 0.81% -
XYZ 41.3 44.3 8.04 -
YUV 169.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 206 176 36 0 0.15 0.83 0.19 49.41 0.7 0.47
Hex CE B0 24 0 F 53 13 31 46 2F
Octal 316 260 44 0 17 123 23 61 106 57
Binary 11001110 10110000 100100 0 1111 1010011 10011 110001 1000110 101111

Color Harmonies of #CEB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB024

Black with #CEB024

Text Example


Text Example

White with #CEB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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