Html Css Color HEX #CDA912 Galliano

📋 copy color: '#CDA912'

red 205 ◦ green 169 ◦ blue 18

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

Shades of Galliano #CDA912

Tints of Galliano #CDA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.11%

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

R = 52.3%
G = 43.11%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDA912 (or 0xCDA912) is known color: Galliano. HEX triplet: CD, A9 and 12. RGB value is (205,169,18). Sum of RGB (Red+Green+Blue) = 205+169+18=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA912 is #3256ED. Grayscale: #A3A3A3. Windows color (decimal): -3299054 or 1223117. OLE color: 1223117.

HSL color Cylindrical-coordinate representation of color #CDA912: hue angle of 48.45º 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 #CDA912 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 18 -
CMYK 0 0.18 0.91 0.20
HSL 48.45º 0.84% 0.44% -
HSV(B) 48.45º 0.91% 0.8% -
XYZ 39.47 41.4 6.48 -
YUV 162.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 205 169 18 0 0.18 0.91 0.20 48.45 0.84 0.44
Hex CD A9 12 0 12 5B 14 30 54 2C
Octal 315 251 22 0 22 133 24 60 124 54
Binary 11001101 10101001 10010 0 10010 1011011 10100 110000 1010100 101100

Color Harmonies of #CDA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA912

Black with #CDA912

Text Example


Text Example

White with #CDA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA912; }

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

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

background-color css

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

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

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

border-color css

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

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

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