Html Css Color HEX #D5D6A5 Orinoco

📋 copy color: '#D5D6A5'

red 213 ◦ green 214 ◦ blue 165

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

Shades of Orinoco #D5D6A5

Tints of Orinoco #D5D6A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.87%

R = 35.98%
G = 36.15%
B = 27.87%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5D6A5 (or 0xD5D6A5) is known color: Orinoco. HEX triplet: D5, D6 and A5. RGB value is (213,214,165). Sum of RGB (Red+Green+Blue) = 213+214+165=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D6A5 is #2A295A. Grayscale: #D0D0D0. Windows color (decimal): -2763099 or 10868437. OLE color: 10868437.

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

Color convert

RGB 213 214 165 -
CMYK 0.00 0 0.23 0.16
HSL 61.22º 0.37% 0.74% -
HSV(B) 61.22º 0.23% 0.84% -
XYZ 58.28 64.96 45.06 -
YUV 208.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 213 214 165 0.00 0 0.23 0.16 61.22 0.37 0.74
Hex D5 D6 A5 0 0 17 10 3D 25 4A
Octal 325 326 245 0 0 27 20 75 45 112
Binary 11010101 11010110 10100101 0 0 10111 10000 111101 100101 1001010

Color Harmonies of #D5D6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D6A5

Black with #D5D6A5

Text Example


Text Example

White with #D5D6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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