Html Css Color HEX #CCAF1A Galliano

📋 copy color: '#CCAF1A'

red 204 ◦ green 175 ◦ blue 26

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

Shades of Galliano #CCAF1A

Tints of Galliano #CCAF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

 BLUE value IS 26 (10.55% from 255) = 6.42%

R = 50.37%
G = 43.21%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCAF1A (or 0xCCAF1A) is known color: Galliano. HEX triplet: CC, AF and 1A. RGB value is (204,175,26). Sum of RGB (Red+Green+Blue) = 204+175+26=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF1A is #3350E5. Grayscale: #A7A7A7. Windows color (decimal): -3363046 or 1748940. OLE color: 1748940.

HSL color Cylindrical-coordinate representation of color #CCAF1A: hue angle of 50.22º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCAF1A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 26 -
CMYK 0 0.14 0.87 0.2
HSL 50.22º 0.77% 0.45% -
HSV(B) 50.22º 0.87% 0.8% -
XYZ 40.42 43.57 7.26 -
YUV 166.69 48.61 154.62 -
System Red Green Blue C M Y K H S L
Decimal 204 175 26 0 0.14 0.87 0.2 50.22 0.77 0.45
Hex CC AF 1A 0 E 57 14 32 4D 2D
Octal 314 257 32 0 16 127 24 62 115 55
Binary 11001100 10101111 11010 0 1110 1010111 10100 110010 1001101 101101

Color Harmonies of #CCAF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF1A

Black with #CCAF1A

Text Example


Text Example

White with #CCAF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF1A; }

 p { color: rgb(204,175,26); }

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

background-color css

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

 a { background-color: rgb(204,175,26); }

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

border-color css

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

 span { border-color: rgb(204,175,26); }

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