Html Css Color HEX #CCAF27 Galliano

📋 copy color: '#CCAF27'

red 204 ◦ green 175 ◦ blue 39

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

Shades of Galliano #CCAF27

Tints of Galliano #CCAF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.33%

R = 48.8%
G = 41.87%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCAF27 (or 0xCCAF27) is known color: Galliano. HEX triplet: CC, AF and 27. RGB value is (204,175,39). Sum of RGB (Red+Green+Blue) = 204+175+39=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF27 is #3350D8. Grayscale: #A8A8A8. Windows color (decimal): -3363033 or 2600908. OLE color: 2600908.

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

Color convert

RGB 204 175 39 -
CMYK 0 0.14 0.81 0.2
HSL 49.45º 0.68% 0.48% -
HSV(B) 49.45º 0.81% 0.8% -
XYZ 40.6 43.64 8.2 -
YUV 168.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 204 175 39 0 0.14 0.81 0.2 49.45 0.68 0.48
Hex CC AF 27 0 E 51 14 31 44 30
Octal 314 257 47 0 16 121 24 61 104 60
Binary 11001100 10101111 100111 0 1110 1010001 10100 110001 1000100 110000

Color Harmonies of #CCAF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF27

Black with #CCAF27

Text Example


Text Example

White with #CCAF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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