Html Css Color HEX #D5D8AF Orinoco

📋 copy color: '#D5D8AF'

red 213 ◦ green 216 ◦ blue 175

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

Shades of Orinoco #D5D8AF

Tints of Orinoco #D5D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.76%

 BLUE value IS 175 (68.75% from 255) = 28.97%

R = 35.26%
G = 35.76%
B = 28.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D5D8AF (or 0xD5D8AF) is known color: Orinoco. HEX triplet: D5, D8 and AF. RGB value is (213,216,175). Sum of RGB (Red+Green+Blue) = 213+216+175=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D8AF is #2A2750. Grayscale: #D2D2D2. Windows color (decimal): -2762577 or 11524309. OLE color: 11524309.

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

Color convert

RGB 213 216 175 -
CMYK 0.01 0 0.19 0.15
HSL 64.39º 0.34% 0.77% -
HSV(B) 64.39º 0.19% 0.85% -
XYZ 59.73 66.35 50.22 -
YUV 210.43 108.01 129.83 -
System Red Green Blue C M Y K H S L
Decimal 213 216 175 0.01 0 0.19 0.15 64.39 0.34 0.77
Hex D5 D8 AF 1 0 13 F 40 22 4D
Octal 325 330 257 1 0 23 17 100 42 115
Binary 11010101 11011000 10101111 1 0 10011 1111 1000000 100010 1001101

Color Harmonies of #D5D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D8AF

Black with #D5D8AF

Text Example


Text Example

White with #D5D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D8AF; }

 p { color: rgb(213,216,175); }

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

background-color css

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

 a { background-color: rgb(213,216,175); }

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

border-color css

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

 span { border-color: rgb(213,216,175); }

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