Html Css Color HEX #CDA612 Galliano

📋 copy color: '#CDA612'

red 205 ◦ green 166 ◦ blue 18

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

Shades of Galliano #CDA612

Tints of Galliano #CDA612

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

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

R = 52.7%
G = 42.67%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDA612 (or 0xCDA612) is known color: Galliano. HEX triplet: CD, A6 and 12. RGB value is (205,166,18). Sum of RGB (Red+Green+Blue) = 205+166+18=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA612 is #3259ED. Grayscale: #A1A1A1. Windows color (decimal): -3299822 or 1222349. OLE color: 1222349.

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

Color convert

RGB 205 166 18 -
CMYK 0 0.19 0.91 0.20
HSL 47.49º 0.84% 0.44% -
HSV(B) 47.49º 0.91% 0.8% -
XYZ 38.92 40.3 6.3 -
YUV 160.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 205 166 18 0 0.19 0.91 0.20 47.49 0.84 0.44
Hex CD A6 12 0 13 5B 14 2F 54 2C
Octal 315 246 22 0 23 133 24 57 124 54
Binary 11001101 10100110 10010 0 10011 1011011 10100 101111 1010100 101100

Color Harmonies of #CDA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA612

Black with #CDA612

Text Example


Text Example

White with #CDA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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