Html Css Color HEX #CDA813 Galliano

📋 copy color: '#CDA813'

red 205 ◦ green 168 ◦ blue 19

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

Shades of Galliano #CDA813

Tints of Galliano #CDA813

RGB

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

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

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

R = 52.3%
G = 42.86%
B = 4.85%

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

#CDA813 (or 0xCDA813) is known color: Galliano. HEX triplet: CD, A8 and 13. RGB value is (205,168,19). Sum of RGB (Red+Green+Blue) = 205+168+19=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA813 is #3257EC. Grayscale: #A2A2A2. Windows color (decimal): -3299309 or 1288397. OLE color: 1288397.

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

Color convert

RGB 205 168 19 -
CMYK 0 0.18 0.91 0.20
HSL 48.06º 0.83% 0.44% -
HSV(B) 48.06º 0.91% 0.8% -
XYZ 39.3 41.03 6.46 -
YUV 162.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 205 168 19 0 0.18 0.91 0.20 48.06 0.83 0.44
Hex CD A8 13 0 12 5B 14 30 53 2C
Octal 315 250 23 0 22 133 24 60 123 54
Binary 11001101 10101000 10011 0 10010 1011011 10100 110000 1010011 101100

Color Harmonies of #CDA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA813

Black with #CDA813

Text Example


Text Example

White with #CDA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA813; }

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

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

background-color css

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

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

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

border-color css

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

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

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