Html Css Color HEX #CDA030 Galliano

📋 copy color: '#CDA030'

red 205 ◦ green 160 ◦ blue 48

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

Shades of Galliano #CDA030

Tints of Galliano #CDA030

RGB

 RED value IS 205 (80.47% from 255) = 49.64%

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

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 49.64%
G = 38.74%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDA030 (or 0xCDA030) is known color: Galliano. HEX triplet: CD, A0 and 30. RGB value is (205,160,48). Sum of RGB (Red+Green+Blue) = 205+160+48=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA030 is #325FCF. Grayscale: #A1A1A1. Windows color (decimal): -3301328 or 3186893. OLE color: 3186893.

HSL color Cylindrical-coordinate representation of color #CDA030: hue angle of 42.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDA030 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 160 48 -
CMYK 0 0.22 0.77 0.20
HSL 42.8º 0.62% 0.5% -
HSV(B) 42.8º 0.77% 0.8% -
XYZ 38.28 38.33 8.18 -
YUV 160.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 205 160 48 0 0.22 0.77 0.20 42.8 0.62 0.5
Hex CD A0 30 0 16 4D 14 2B 3E 32
Octal 315 240 60 0 26 115 24 53 76 62
Binary 11001101 10100000 110000 0 10110 1001101 10100 101011 111110 110010

Color Harmonies of #CDA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA030

Black with #CDA030

Text Example


Text Example

White with #CDA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA030; }

 p { color: rgb(205,160,48); }

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

background-color css

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

 a { background-color: rgb(205,160,48); }

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

border-color css

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

 span { border-color: rgb(205,160,48); }

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