Html Css Color HEX #D5DB7F Deco

📋 copy color: '#D5DB7F'

red 213 ◦ green 219 ◦ blue 127

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

Shades of Deco #D5DB7F

Tints of Deco #D5DB7F

RGB

 RED value IS 213 (83.59% from 255) = 38.1%

 GREEN value IS 219 (85.94% from 255) = 39.18%

 BLUE value IS 127 (50% from 255) = 22.72%

R = 38.1%
G = 39.18%
B = 22.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#D5DB7F (or 0xD5DB7F) is known color: Deco. HEX triplet: D5, DB and 7F. RGB value is (213,219,127). Sum of RGB (Red+Green+Blue) = 213+219+127=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB7F is #2A2480. Grayscale: #CFCFCF. Windows color (decimal): -2761857 or 8379349. OLE color: 8379349.

HSL color Cylindrical-coordinate representation of color #D5DB7F: hue angle of 63.91º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5DB7F is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 127 -
CMYK 0.03 0 0.42 0.14
HSL 63.91º 0.56% 0.68% -
HSV(B) 63.91º 0.42% 0.86% -
XYZ 56.6 66.34 29.9 -
YUV 206.72 83.01 132.48 -
System Red Green Blue C M Y K H S L
Decimal 213 219 127 0.03 0 0.42 0.14 63.91 0.56 0.68
Hex D5 DB 7F 3 0 2A E 40 38 44
Octal 325 333 177 3 0 52 16 100 70 104
Binary 11010101 11011011 1111111 11 0 101010 1110 1000000 111000 1000100

Color Harmonies of #D5DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DB7F

Black with #D5DB7F

Text Example


Text Example

White with #D5DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DB7F; }

 p { color: rgb(213,219,127); }

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

background-color css

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

 a { background-color: rgb(213,219,127); }

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

border-color css

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

 span { border-color: rgb(213,219,127); }

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