Html Css Color HEX #D5DDA4 Orinoco

📋 copy color: '#D5DDA4'

red 213 ◦ green 221 ◦ blue 164

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

Shades of Orinoco #D5DDA4

Tints of Orinoco #D5DDA4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.96%

 BLUE value IS 164 (64.45% from 255) = 27.42%

R = 35.62%
G = 36.96%
B = 27.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#D5DDA4 (or 0xD5DDA4) is known color: Orinoco. HEX triplet: D5, DD and A4. RGB value is (213,221,164). Sum of RGB (Red+Green+Blue) = 213+221+164=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DDA4 is #2A225B. Grayscale: #D4D4D4. Windows color (decimal): -2761308 or 10804693. OLE color: 10804693.

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

Color convert

RGB 213 221 164 -
CMYK 0.04 0 0.26 0.13
HSL 68.42º 0.46% 0.75% -
HSV(B) 68.42º 0.26% 0.87% -
XYZ 60 68.54 45.19 -
YUV 212.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 213 221 164 0.04 0 0.26 0.13 68.42 0.46 0.75
Hex D5 DD A4 4 0 1A D 44 2E 4B
Octal 325 335 244 4 0 32 15 104 56 113
Binary 11010101 11011101 10100100 100 0 11010 1101 1000100 101110 1001011

Color Harmonies of #D5DDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDA4

Black with #D5DDA4

Text Example


Text Example

White with #D5DDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDA4; }

 p { color: rgb(213,221,164); }

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

background-color css

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

 a { background-color: rgb(213,221,164); }

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

border-color css

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

 span { border-color: rgb(213,221,164); }

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