Html Css Color HEX #CCA023 Galliano

📋 copy color: '#CCA023'

red 204 ◦ green 160 ◦ blue 35

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

Shades of Galliano #CCA023

Tints of Galliano #CCA023

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

 BLUE value IS 35 (14.06% from 255) = 8.77%

R = 51.13%
G = 40.1%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA023 (or 0xCCA023) is known color: Galliano. HEX triplet: CC, A0 and 23. RGB value is (204,160,35). Sum of RGB (Red+Green+Blue) = 204+160+35=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA023 is #335FDC. Grayscale: #9F9F9F. Windows color (decimal): -3366877 or 2334924. OLE color: 2334924.

HSL color Cylindrical-coordinate representation of color #CCA023: hue angle of 44.38º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCA023 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 35 -
CMYK 0 0.22 0.83 0.2
HSL 44.38º 0.71% 0.47% -
HSV(B) 44.38º 0.83% 0.8% -
XYZ 37.78 38.1 6.95 -
YUV 158.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 204 160 35 0 0.22 0.83 0.2 44.38 0.71 0.47
Hex CC A0 23 0 16 53 14 2C 47 2F
Octal 314 240 43 0 26 123 24 54 107 57
Binary 11001100 10100000 100011 0 10110 1010011 10100 101100 1000111 101111

Color Harmonies of #CCA023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA023

Black with #CCA023

Text Example


Text Example

White with #CCA023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA023; }

 p { color: rgb(204,160,35); }

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

background-color css

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

 a { background-color: rgb(204,160,35); }

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

border-color css

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

 span { border-color: rgb(204,160,35); }

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