Html Css Color HEX #CEA71A Galliano

📋 copy color: '#CEA71A'

red 206 ◦ green 167 ◦ blue 26

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

Shades of Galliano #CEA71A

Tints of Galliano #CEA71A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

 BLUE value IS 26 (10.55% from 255) = 6.52%

R = 51.63%
G = 41.85%
B = 6.52%

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

#CEA71A (or 0xCEA71A) is known color: Galliano. HEX triplet: CE, A7 and 1A. RGB value is (206,167,26). Sum of RGB (Red+Green+Blue) = 206+167+26=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA71A is #3158E5. Grayscale: #A3A3A3. Windows color (decimal): -3234022 or 1746894. OLE color: 1746894.

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

Color convert

RGB 206 167 26 -
CMYK 0 0.19 0.87 0.19
HSL 47º 0.78% 0.45% -
HSV(B) 47º 0.87% 0.81% -
XYZ 39.46 40.83 6.78 -
YUV 162.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 206 167 26 0 0.19 0.87 0.19 47 0.78 0.45
Hex CE A7 1A 0 13 57 13 2F 4E 2D
Octal 316 247 32 0 23 127 23 57 116 55
Binary 11001110 10100111 11010 0 10011 1010111 10011 101111 1001110 101101

Color Harmonies of #CEA71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA71A

Black with #CEA71A

Text Example


Text Example

White with #CEA71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA71A; }

 p { color: rgb(206,167,26); }

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

background-color css

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

 a { background-color: rgb(206,167,26); }

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

border-color css

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

 span { border-color: rgb(206,167,26); }

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