Html Css Color HEX #CCA51D Galliano

📋 copy color: '#CCA51D'

red 204 ◦ green 165 ◦ blue 29

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

Shades of Galliano #CCA51D

Tints of Galliano #CCA51D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 51.26%
G = 41.46%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA51D (or 0xCCA51D) is known color: Galliano. HEX triplet: CC, A5 and 1D. RGB value is (204,165,29). Sum of RGB (Red+Green+Blue) = 204+165+29=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA51D is #335AE2. Grayscale: #A1A1A1. Windows color (decimal): -3365603 or 1942988. OLE color: 1942988.

HSL color Cylindrical-coordinate representation of color #CCA51D: hue angle of 46.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCA51D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 29 -
CMYK 0 0.19 0.86 0.2
HSL 46.63º 0.75% 0.46% -
HSV(B) 46.63º 0.86% 0.8% -
XYZ 38.58 39.84 6.82 -
YUV 161.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 204 165 29 0 0.19 0.86 0.2 46.63 0.75 0.46
Hex CC A5 1D 0 13 56 14 2F 4B 2E
Octal 314 245 35 0 23 126 24 57 113 56
Binary 11001100 10100101 11101 0 10011 1010110 10100 101111 1001011 101110

Color Harmonies of #CCA51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA51D

Black with #CCA51D

Text Example


Text Example

White with #CCA51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA51D; }

 p { color: rgb(204,165,29); }

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

background-color css

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

 a { background-color: rgb(204,165,29); }

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

border-color css

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

 span { border-color: rgb(204,165,29); }

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