Html Css Color HEX #D9CD63 Golden Sand

📋 copy color: '#D9CD63'

red 217 ◦ green 205 ◦ blue 99

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

Shades of Golden Sand #D9CD63

Tints of Golden Sand #D9CD63

RGB

 RED value IS 217 (85.16% from 255) = 41.65%

 GREEN value IS 205 (80.47% from 255) = 39.35%

 BLUE value IS 99 (39.06% from 255) = 19%

R = 41.65%
G = 39.35%
B = 19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9CD63 (or 0xD9CD63) is known color: Golden Sand. HEX triplet: D9, CD and 63. RGB value is (217,205,99). Sum of RGB (Red+Green+Blue) = 217+205+99=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD63 is #26329C. Grayscale: #C4C4C4. Windows color (decimal): -2503325 or 6540761. OLE color: 6540761.

HSL color Cylindrical-coordinate representation of color #D9CD63: hue angle of 53.9º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9CD63 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 205 99 -
CMYK 0 0.06 0.54 0.15
HSL 53.9º 0.61% 0.62% -
HSV(B) 53.9º 0.54% 0.85% -
XYZ 52.7 59.32 20.48 -
YUV 196.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 217 205 99 0 0.06 0.54 0.15 53.9 0.61 0.62
Hex D9 CD 63 0 6 36 F 36 3D 3E
Octal 331 315 143 0 6 66 17 66 75 76
Binary 11011001 11001101 1100011 0 110 110110 1111 110110 111101 111110

Color Harmonies of #D9CD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD63

Black with #D9CD63

Text Example


Text Example

White with #D9CD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD63; }

 p { color: rgb(217,205,99); }

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

background-color css

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

 a { background-color: rgb(217,205,99); }

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

border-color css

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

 span { border-color: rgb(217,205,99); }

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