Html Css Color HEX #CEB023 Galliano

📋 copy color: '#CEB023'

red 206 ◦ green 176 ◦ blue 35

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

Shades of Galliano #CEB023

Tints of Galliano #CEB023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.39%

R = 49.4%
G = 42.21%
B = 8.39%

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

#CEB023 (or 0xCEB023) is known color: Galliano. HEX triplet: CE, B0 and 23. RGB value is (206,176,35). Sum of RGB (Red+Green+Blue) = 206+176+35=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB023 is #314FDC. Grayscale: #A9A9A9. Windows color (decimal): -3231709 or 2339022. OLE color: 2339022.

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

Color convert

RGB 206 176 35 -
CMYK 0 0.15 0.83 0.19
HSL 49.47º 0.71% 0.47% -
HSV(B) 49.47º 0.83% 0.81% -
XYZ 41.28 44.29 7.96 -
YUV 168.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 206 176 35 0 0.15 0.83 0.19 49.47 0.71 0.47
Hex CE B0 23 0 F 53 13 31 47 2F
Octal 316 260 43 0 17 123 23 61 107 57
Binary 11001110 10110000 100011 0 1111 1010011 10011 110001 1000111 101111

Color Harmonies of #CEB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB023

Black with #CEB023

Text Example


Text Example

White with #CEB023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB023; }

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

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

background-color css

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

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

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

border-color css

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

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

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