Html Css Color HEX #CCAB25 Galliano

📋 copy color: '#CCAB25'

red 204 ◦ green 171 ◦ blue 37

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

Shades of Galliano #CCAB25

Tints of Galliano #CCAB25

RGB

 RED value IS 204 (80.08% from 255) = 49.51%

 GREEN value IS 171 (67.19% from 255) = 41.5%

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

R = 49.51%
G = 41.5%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCAB25 (or 0xCCAB25) is known color: Galliano. HEX triplet: CC, AB and 25. RGB value is (204,171,37). Sum of RGB (Red+Green+Blue) = 204+171+37=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB25 is #3354DA. Grayscale: #A6A6A6. Windows color (decimal): -3364059 or 2468812. OLE color: 2468812.

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

Color convert

RGB 204 171 37 -
CMYK 0 0.16 0.82 0.2
HSL 48.14º 0.69% 0.47% -
HSV(B) 48.14º 0.82% 0.8% -
XYZ 39.8 42.1 7.78 -
YUV 165.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 204 171 37 0 0.16 0.82 0.2 48.14 0.69 0.47
Hex CC AB 25 0 10 52 14 30 45 2F
Octal 314 253 45 0 20 122 24 60 105 57
Binary 11001100 10101011 100101 0 10000 1010010 10100 110000 1000101 101111

Color Harmonies of #CCAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB25

Black with #CCAB25

Text Example


Text Example

White with #CCAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB25; }

 p { color: rgb(204,171,37); }

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

background-color css

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

 a { background-color: rgb(204,171,37); }

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

border-color css

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

 span { border-color: rgb(204,171,37); }

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