Html Css Color HEX #CDA812 Galliano

📋 copy color: '#CDA812'

red 205 ◦ green 168 ◦ blue 18

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

Shades of Galliano #CDA812

Tints of Galliano #CDA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

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

R = 52.43%
G = 42.97%
B = 4.6%

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

#CDA812 (or 0xCDA812) is known color: Galliano. HEX triplet: CD, A8 and 12. RGB value is (205,168,18). Sum of RGB (Red+Green+Blue) = 205+168+18=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA812 is #3257ED. Grayscale: #A2A2A2. Windows color (decimal): -3299310 or 1222861. OLE color: 1222861.

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

Color convert

RGB 205 168 18 -
CMYK 0 0.18 0.91 0.20
HSL 48.13º 0.84% 0.44% -
HSV(B) 48.13º 0.91% 0.8% -
XYZ 39.29 41.03 6.42 -
YUV 161.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 205 168 18 0 0.18 0.91 0.20 48.13 0.84 0.44
Hex CD A8 12 0 12 5B 14 30 54 2C
Octal 315 250 22 0 22 133 24 60 124 54
Binary 11001101 10101000 10010 0 10010 1011011 10100 110000 1010100 101100

Color Harmonies of #CDA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA812

Black with #CDA812

Text Example


Text Example

White with #CDA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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