Html Css Color HEX #D5D68C Deco

📋 copy color: '#D5D68C'

red 213 ◦ green 214 ◦ blue 140

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

Shades of Deco #D5D68C

Tints of Deco #D5D68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.69%

R = 37.57%
G = 37.74%
B = 24.69%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5D68C (or 0xD5D68C) is known color: Deco. HEX triplet: D5, D6 and 8C. RGB value is (213,214,140). Sum of RGB (Red+Green+Blue) = 213+214+140=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D68C is #2A2973. Grayscale: #CDCDCD. Windows color (decimal): -2763124 or 9230037. OLE color: 9230037.

HSL color Cylindrical-coordinate representation of color #D5D68C: hue angle of 60.81º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5D68C is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 140 -
CMYK 0.00 0 0.35 0.16
HSL 60.81º 0.47% 0.69% -
HSV(B) 60.81º 0.35% 0.84% -
XYZ 56.22 64.13 34.23 -
YUV 205.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 213 214 140 0.00 0 0.35 0.16 60.81 0.47 0.69
Hex D5 D6 8C 0 0 23 10 3D 2F 45
Octal 325 326 214 0 0 43 20 75 57 105
Binary 11010101 11010110 10001100 0 0 100011 10000 111101 101111 1000101

Color Harmonies of #D5D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D68C

Black with #D5D68C

Text Example


Text Example

White with #D5D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D68C; }

 p { color: rgb(213,214,140); }

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

background-color css

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

 a { background-color: rgb(213,214,140); }

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

border-color css

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

 span { border-color: rgb(213,214,140); }

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