Html Css Color HEX #CEA61B Galliano

📋 copy color: '#CEA61B'

red 206 ◦ green 166 ◦ blue 27

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

Shades of Galliano #CEA61B

Tints of Galliano #CEA61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 27 (10.94% from 255) = 6.77%

R = 51.63%
G = 41.6%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEA61B (or 0xCEA61B) is known color: Galliano. HEX triplet: CE, A6 and 1B. RGB value is (206,166,27). Sum of RGB (Red+Green+Blue) = 206+166+27=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA61B is #3159E4. Grayscale: #A2A2A2. Windows color (decimal): -3234277 or 1812174. OLE color: 1812174.

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

Color convert

RGB 206 166 27 -
CMYK 0 0.19 0.87 0.19
HSL 46.59º 0.77% 0.46% -
HSV(B) 46.59º 0.87% 0.81% -
XYZ 39.29 40.47 6.78 -
YUV 162.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 206 166 27 0 0.19 0.87 0.19 46.59 0.77 0.46
Hex CE A6 1B 0 13 57 13 2F 4D 2E
Octal 316 246 33 0 23 127 23 57 115 56
Binary 11001110 10100110 11011 0 10011 1010111 10011 101111 1001101 101110

Color Harmonies of #CEA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA61B

Black with #CEA61B

Text Example


Text Example

White with #CEA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA61B; }

 p { color: rgb(206,166,27); }

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

background-color css

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

 a { background-color: rgb(206,166,27); }

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

border-color css

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

 span { border-color: rgb(206,166,27); }

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