Html Css Color HEX #CBA825 Galliano

📋 copy color: '#CBA825'

red 203 ◦ green 168 ◦ blue 37

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

Shades of Galliano #CBA825

Tints of Galliano #CBA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 49.75%
G = 41.18%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBA825 (or 0xCBA825) is known color: Galliano. HEX triplet: CB, A8 and 25. RGB value is (203,168,37). Sum of RGB (Red+Green+Blue) = 203+168+37=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA825 is #3457DA. Grayscale: #A4A4A4. Windows color (decimal): -3430363 or 2468043. OLE color: 2468043.

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

Color convert

RGB 203 168 37 -
CMYK 0 0.17 0.82 0.20
HSL 47.35º 0.69% 0.47% -
HSV(B) 47.35º 0.82% 0.8% -
XYZ 38.97 40.84 7.58 -
YUV 163.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 203 168 37 0 0.17 0.82 0.20 47.35 0.69 0.47
Hex CB A8 25 0 11 52 14 2F 45 2F
Octal 313 250 45 0 21 122 24 57 105 57
Binary 11001011 10101000 100101 0 10001 1010010 10100 101111 1000101 101111

Color Harmonies of #CBA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA825

Black with #CBA825

Text Example


Text Example

White with #CBA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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