Html Css Color HEX #CEB227 Galliano

📋 copy color: '#CEB227'

red 206 ◦ green 178 ◦ blue 39

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

Shades of Galliano #CEB227

Tints of Galliano #CEB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 48.7%
G = 42.08%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEB227 (or 0xCEB227) is known color: Galliano. HEX triplet: CE, B2 and 27. RGB value is (206,178,39). Sum of RGB (Red+Green+Blue) = 206+178+39=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB227 is #314DD8. Grayscale: #ABABAB. Windows color (decimal): -3231193 or 2601678. OLE color: 2601678.

HSL color Cylindrical-coordinate representation of color #CEB227: hue angle of 49.94º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEB227 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 39 -
CMYK 0 0.14 0.81 0.19
HSL 49.94º 0.68% 0.48% -
HSV(B) 49.94º 0.81% 0.81% -
XYZ 41.74 45.11 8.43 -
YUV 170.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 206 178 39 0 0.14 0.81 0.19 49.94 0.68 0.48
Hex CE B2 27 0 E 51 13 32 44 30
Octal 316 262 47 0 16 121 23 62 104 60
Binary 11001110 10110010 100111 0 1110 1010001 10011 110010 1000100 110000

Color Harmonies of #CEB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB227

Black with #CEB227

Text Example


Text Example

White with #CEB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB227; }

 p { color: rgb(206,178,39); }

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

background-color css

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

 a { background-color: rgb(206,178,39); }

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

border-color css

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

 span { border-color: rgb(206,178,39); }

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