Html Css Color HEX #D9D685 Deco

📋 copy color: '#D9D685'

red 217 ◦ green 214 ◦ blue 133

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

Shades of Deco #D9D685

Tints of Deco #D9D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

 BLUE value IS 133 (52.34% from 255) = 23.58%

R = 38.48%
G = 37.94%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D9D685 (or 0xD9D685) is known color: Deco. HEX triplet: D9, D6 and 85. RGB value is (217,214,133). Sum of RGB (Red+Green+Blue) = 217+214+133=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D685 is #26297A. Grayscale: #CDCDCD. Windows color (decimal): -2500987 or 8771289. OLE color: 8771289.

HSL color Cylindrical-coordinate representation of color #D9D685: hue angle of 57.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9D685 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 214 133 -
CMYK 0 0.01 0.39 0.15
HSL 57.86º 0.53% 0.69% -
HSV(B) 57.86º 0.39% 0.85% -
XYZ 56.9 64.54 31.65 -
YUV 205.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 217 214 133 0 0.01 0.39 0.15 57.86 0.53 0.69
Hex D9 D6 85 0 1 27 F 3A 34 45
Octal 331 326 205 0 1 47 17 72 64 105
Binary 11011001 11010110 10000101 0 1 100111 1111 111010 110100 1000101

Color Harmonies of #D9D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D685

Black with #D9D685

Text Example


Text Example

White with #D9D685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D685; }

 p { color: rgb(217,214,133); }

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

background-color css

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

 a { background-color: rgb(217,214,133); }

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

border-color css

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

 span { border-color: rgb(217,214,133); }

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