Html Css Color HEX #CDA710 Galliano

📋 copy color: '#CDA710'

red 205 ◦ green 167 ◦ blue 16

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

Shades of Galliano #CDA710

Tints of Galliano #CDA710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.04%

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 52.84%
G = 43.04%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDA710 (or 0xCDA710) is known color: Galliano. HEX triplet: CD, A7 and 10. RGB value is (205,167,16). Sum of RGB (Red+Green+Blue) = 205+167+16=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA710 is #3258EF. Grayscale: #A1A1A1. Windows color (decimal): -3299568 or 1091533. OLE color: 1091533.

HSL color Cylindrical-coordinate representation of color #CDA710: hue angle of 47.94º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDA710 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 16 -
CMYK 0 0.19 0.92 0.20
HSL 47.94º 0.86% 0.43% -
HSV(B) 47.94º 0.92% 0.8% -
XYZ 39.09 40.65 6.28 -
YUV 161.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 205 167 16 0 0.19 0.92 0.20 47.94 0.86 0.43
Hex CD A7 10 0 13 5C 14 30 56 2B
Octal 315 247 20 0 23 134 24 60 126 53
Binary 11001101 10100111 10000 0 10011 1011100 10100 110000 1010110 101011

Color Harmonies of #CDA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA710

Black with #CDA710

Text Example


Text Example

White with #CDA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA710; }

 p { color: rgb(205,167,16); }

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

background-color css

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

 a { background-color: rgb(205,167,16); }

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

border-color css

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

 span { border-color: rgb(205,167,16); }

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