Html Css Color HEX #CCAB26 Galliano

📋 copy color: '#CCAB26'

red 204 ◦ green 171 ◦ blue 38

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

Shades of Galliano #CCAB26

Tints of Galliano #CCAB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 49.39%
G = 41.4%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCAB26 (or 0xCCAB26) is known color: Galliano. HEX triplet: CC, AB and 26. RGB value is (204,171,38). Sum of RGB (Red+Green+Blue) = 204+171+38=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB26 is #3354D9. Grayscale: #A6A6A6. Windows color (decimal): -3364058 or 2534348. OLE color: 2534348.

HSL color Cylindrical-coordinate representation of color #CCAB26: 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.81%. Process color model (Four color, CMYK) of #CCAB26 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 38 -
CMYK 0 0.16 0.81 0.2
HSL 48.07º 0.69% 0.47% -
HSV(B) 48.07º 0.81% 0.8% -
XYZ 39.81 42.1 7.86 -
YUV 165.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 204 171 38 0 0.16 0.81 0.2 48.07 0.69 0.47
Hex CC AB 26 0 10 51 14 30 45 2F
Octal 314 253 46 0 20 121 24 60 105 57
Binary 11001100 10101011 100110 0 10000 1010001 10100 110000 1000101 101111

Color Harmonies of #CCAB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB26

Black with #CCAB26

Text Example


Text Example

White with #CCAB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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