Html Css Color HEX #CBA61D Galliano

📋 copy color: '#CBA61D'

red 203 ◦ green 166 ◦ blue 29

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

Shades of Galliano #CBA61D

Tints of Galliano #CBA61D

RGB

 RED value IS 203 (79.69% from 255) = 51.01%

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

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 51.01%
G = 41.71%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBA61D (or 0xCBA61D) is known color: Galliano. HEX triplet: CB, A6 and 1D. RGB value is (203,166,29). Sum of RGB (Red+Green+Blue) = 203+166+29=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA61D is #3459E2. Grayscale: #A2A2A2. Windows color (decimal): -3430883 or 1943243. OLE color: 1943243.

HSL color Cylindrical-coordinate representation of color #CBA61D: hue angle of 47.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBA61D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 29 -
CMYK 0 0.18 0.86 0.20
HSL 47.24º 0.75% 0.45% -
HSV(B) 47.24º 0.86% 0.8% -
XYZ 38.49 40.06 6.87 -
YUV 161.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 203 166 29 0 0.18 0.86 0.20 47.24 0.75 0.45
Hex CB A6 1D 0 12 56 14 2F 4B 2D
Octal 313 246 35 0 22 126 24 57 113 55
Binary 11001011 10100110 11101 0 10010 1010110 10100 101111 1001011 101101

Color Harmonies of #CBA61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA61D

Black with #CBA61D

Text Example


Text Example

White with #CBA61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA61D; }

 p { color: rgb(203,166,29); }

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

background-color css

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

 a { background-color: rgb(203,166,29); }

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

border-color css

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

 span { border-color: rgb(203,166,29); }

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