Html Css Color HEX #CBA429 Galliano

📋 copy color: '#CBA429'

red 203 ◦ green 164 ◦ blue 41

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

Shades of Galliano #CBA429

Tints of Galliano #CBA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 49.75%
G = 40.2%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBA429 (or 0xCBA429) is known color: Galliano. HEX triplet: CB, A4 and 29. RGB value is (203,164,41). Sum of RGB (Red+Green+Blue) = 203+164+41=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA429 is #345BD6. Grayscale: #A2A2A2. Windows color (decimal): -3431383 or 2729163. OLE color: 2729163.

HSL color Cylindrical-coordinate representation of color #CBA429: hue angle of 45.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBA429 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 41 -
CMYK 0 0.19 0.80 0.20
HSL 45.56º 0.66% 0.48% -
HSV(B) 45.56º 0.8% 0.8% -
XYZ 38.3 39.41 7.69 -
YUV 161.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 203 164 41 0 0.19 0.80 0.20 45.56 0.66 0.48
Hex CB A4 29 0 13 50 14 2E 42 30
Octal 313 244 51 0 23 120 24 56 102 60
Binary 11001011 10100100 101001 0 10011 1010000 10100 101110 1000010 110000

Color Harmonies of #CBA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA429

Black with #CBA429

Text Example


Text Example

White with #CBA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA429; }

 p { color: rgb(203,164,41); }

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

background-color css

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

 a { background-color: rgb(203,164,41); }

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

border-color css

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

 span { border-color: rgb(203,164,41); }

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