Html Css Color HEX #CDA71D Galliano

📋 copy color: '#CDA71D'

red 205 ◦ green 167 ◦ blue 29

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

Shades of Galliano #CDA71D

Tints of Galliano #CDA71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 51.12%
G = 41.65%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDA71D (or 0xCDA71D) is known color: Galliano. HEX triplet: CD, A7 and 1D. RGB value is (205,167,29). Sum of RGB (Red+Green+Blue) = 205+167+29=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA71D is #3258E2. Grayscale: #A3A3A3. Windows color (decimal): -3299555 or 1943501. OLE color: 1943501.

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

Color convert

RGB 205 167 29 -
CMYK 0 0.19 0.86 0.20
HSL 47.05º 0.75% 0.46% -
HSV(B) 47.05º 0.86% 0.8% -
XYZ 39.22 40.71 6.95 -
YUV 162.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 205 167 29 0 0.19 0.86 0.20 47.05 0.75 0.46
Hex CD A7 1D 0 13 56 14 2F 4B 2E
Octal 315 247 35 0 23 126 24 57 113 56
Binary 11001101 10100111 11101 0 10011 1010110 10100 101111 1001011 101110

Color Harmonies of #CDA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA71D

Black with #CDA71D

Text Example


Text Example

White with #CDA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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