Html Css Color HEX #CDA512 Galliano

📋 copy color: '#CDA512'

red 205 ◦ green 165 ◦ blue 18

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

Shades of Galliano #CDA512

Tints of Galliano #CDA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 52.84%
G = 42.53%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDA512 (or 0xCDA512) is known color: Galliano. HEX triplet: CD, A5 and 12. RGB value is (205,165,18). Sum of RGB (Red+Green+Blue) = 205+165+18=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA512 is #325AED. Grayscale: #A0A0A0. Windows color (decimal): -3300078 or 1222093. OLE color: 1222093.

HSL color Cylindrical-coordinate representation of color #CDA512: hue angle of 47.17º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDA512 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 18 -
CMYK 0 0.20 0.91 0.20
HSL 47.17º 0.84% 0.44% -
HSV(B) 47.17º 0.91% 0.8% -
XYZ 38.74 39.93 6.24 -
YUV 160.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 205 165 18 0 0.20 0.91 0.20 47.17 0.84 0.44
Hex CD A5 12 0 14 5B 14 2F 54 2C
Octal 315 245 22 0 24 133 24 57 124 54
Binary 11001101 10100101 10010 0 10100 1011011 10100 101111 1010100 101100

Color Harmonies of #CDA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA512

Black with #CDA512

Text Example


Text Example

White with #CDA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA512; }

 p { color: rgb(205,165,18); }

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

background-color css

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

 a { background-color: rgb(205,165,18); }

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

border-color css

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

 span { border-color: rgb(205,165,18); }

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