Html Css Color HEX #CDA913 Galliano

📋 copy color: '#CDA913'

red 205 ◦ green 169 ◦ blue 19

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

Shades of Galliano #CDA913

Tints of Galliano #CDA913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 52.16%
G = 43%
B = 4.83%

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

#CDA913 (or 0xCDA913) is known color: Galliano. HEX triplet: CD, A9 and 13. RGB value is (205,169,19). Sum of RGB (Red+Green+Blue) = 205+169+19=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA913 is #3256EC. Grayscale: #A3A3A3. Windows color (decimal): -3299053 or 1288653. OLE color: 1288653.

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

Color convert

RGB 205 169 19 -
CMYK 0 0.18 0.91 0.20
HSL 48.39º 0.83% 0.44% -
HSV(B) 48.39º 0.91% 0.8% -
XYZ 39.48 41.4 6.53 -
YUV 162.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 205 169 19 0 0.18 0.91 0.20 48.39 0.83 0.44
Hex CD A9 13 0 12 5B 14 30 53 2C
Octal 315 251 23 0 22 133 24 60 123 54
Binary 11001101 10101001 10011 0 10010 1011011 10100 110000 1010011 101100

Color Harmonies of #CDA913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA913

Black with #CDA913

Text Example


Text Example

White with #CDA913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA913; }

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

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

background-color css

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

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

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

border-color css

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

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

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