Html Css Color HEX #D5DFAF Orinoco

📋 copy color: '#D5DFAF'

red 213 ◦ green 223 ◦ blue 175

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

Shades of Orinoco #D5DFAF

Tints of Orinoco #D5DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.5%

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

R = 34.86%
G = 36.5%
B = 28.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D5DFAF (or 0xD5DFAF) is known color: Orinoco. HEX triplet: D5, DF and AF. RGB value is (213,223,175). Sum of RGB (Red+Green+Blue) = 213+223+175=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DFAF is #2A2050. Grayscale: #D6D6D6. Windows color (decimal): -2760785 or 11526101. OLE color: 11526101.

HSL color Cylindrical-coordinate representation of color #D5DFAF: hue angle of 72.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5DFAF is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 175 -
CMYK 0.04 0 0.22 0.13
HSL 72.5º 0.43% 0.78% -
HSV(B) 72.5º 0.22% 0.87% -
XYZ 61.57 70.02 50.83 -
YUV 214.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 213 223 175 0.04 0 0.22 0.13 72.5 0.43 0.78
Hex D5 DF AF 4 0 16 D 48 2B 4E
Octal 325 337 257 4 0 26 15 110 53 116
Binary 11010101 11011111 10101111 100 0 10110 1101 1001000 101011 1001110

Color Harmonies of #D5DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFAF

Black with #D5DFAF

Text Example


Text Example

White with #D5DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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