Html Css Color HEX #CBB325 Galliano

📋 copy color: '#CBB325'

red 203 ◦ green 179 ◦ blue 37

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

Shades of Galliano #CBB325

Tints of Galliano #CBB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

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

R = 48.45%
G = 42.72%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBB325 (or 0xCBB325) is known color: Galliano. HEX triplet: CB, B3 and 25. RGB value is (203,179,37). Sum of RGB (Red+Green+Blue) = 203+179+37=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB325 is #344CDA. Grayscale: #AAAAAA. Windows color (decimal): -3427547 or 2470859. OLE color: 2470859.

HSL color Cylindrical-coordinate representation of color #CBB325: hue angle of 51.33º 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 #CBB325 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 37 -
CMYK 0 0.12 0.82 0.20
HSL 51.33º 0.69% 0.47% -
HSV(B) 51.33º 0.82% 0.8% -
XYZ 41.08 45.07 8.28 -
YUV 169.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 203 179 37 0 0.12 0.82 0.20 51.33 0.69 0.47
Hex CB B3 25 0 C 52 14 33 45 2F
Octal 313 263 45 0 14 122 24 63 105 57
Binary 11001011 10110011 100101 0 1100 1010010 10100 110011 1000101 101111

Color Harmonies of #CBB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB325

Black with #CBB325

Text Example


Text Example

White with #CBB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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