Html Css Color HEX #D5D6A3 Orinoco

📋 copy color: '#D5D6A3'

red 213 ◦ green 214 ◦ blue 163

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

Shades of Orinoco #D5D6A3

Tints of Orinoco #D5D6A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.63%

R = 36.1%
G = 36.27%
B = 27.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D5D6A3 (or 0xD5D6A3) is known color: Orinoco. HEX triplet: D5, D6 and A3. RGB value is (213,214,163). Sum of RGB (Red+Green+Blue) = 213+214+163=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D6A3 is #2A295C. Grayscale: #D0D0D0. Windows color (decimal): -2763101 or 10737365. OLE color: 10737365.

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

Color convert

RGB 213 214 163 -
CMYK 0.00 0 0.24 0.16
HSL 61.18º 0.38% 0.74% -
HSV(B) 61.18º 0.24% 0.84% -
XYZ 58.1 64.88 44.11 -
YUV 207.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 213 214 163 0.00 0 0.24 0.16 61.18 0.38 0.74
Hex D5 D6 A3 0 0 18 10 3D 26 4A
Octal 325 326 243 0 0 30 20 75 46 112
Binary 11010101 11010110 10100011 0 0 11000 10000 111101 100110 1001010

Color Harmonies of #D5D6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D6A3

Black with #D5D6A3

Text Example


Text Example

White with #D5D6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D6A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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