Html Css Color HEX #CBAA25 Galliano

📋 copy color: '#CBAA25'

red 203 ◦ green 170 ◦ blue 37

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

Shades of Galliano #CBAA25

Tints of Galliano #CBAA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 37 (14.84% from 255) = 9.02%

R = 49.51%
G = 41.46%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBAA25 (or 0xCBAA25) is known color: Galliano. HEX triplet: CB, AA and 25. RGB value is (203,170,37). Sum of RGB (Red+Green+Blue) = 203+170+37=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA25 is #3455DA. Grayscale: #A5A5A5. Windows color (decimal): -3429851 or 2468555. OLE color: 2468555.

HSL color Cylindrical-coordinate representation of color #CBAA25: hue angle of 48.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBAA25 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 170 37 -
CMYK 0 0.16 0.82 0.20
HSL 48.07º 0.69% 0.47% -
HSV(B) 48.07º 0.82% 0.8% -
XYZ 39.34 41.58 7.7 -
YUV 164.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 203 170 37 0 0.16 0.82 0.20 48.07 0.69 0.47
Hex CB AA 25 0 10 52 14 30 45 2F
Octal 313 252 45 0 20 122 24 60 105 57
Binary 11001011 10101010 100101 0 10000 1010010 10100 110000 1000101 101111

Color Harmonies of #CBAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA25

Black with #CBAA25

Text Example


Text Example

White with #CBAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA25; }

 p { color: rgb(203,170,37); }

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

background-color css

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

 a { background-color: rgb(203,170,37); }

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

border-color css

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

 span { border-color: rgb(203,170,37); }

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