Html Css Color HEX #D5DDAC Orinoco

📋 copy color: '#D5DDAC'

red 213 ◦ green 221 ◦ blue 172

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

Shades of Orinoco #D5DDAC

Tints of Orinoco #D5DDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.38%

R = 35.15%
G = 36.47%
B = 28.38%

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

#D5DDAC (or 0xD5DDAC) is known color: Orinoco. HEX triplet: D5, DD and AC. RGB value is (213,221,172). Sum of RGB (Red+Green+Blue) = 213+221+172=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DDAC is #2A2253. Grayscale: #D5D5D5. Windows color (decimal): -2761300 or 11328981. OLE color: 11328981.

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

Color convert

RGB 213 221 172 -
CMYK 0.04 0 0.22 0.13
HSL 69.8º 0.42% 0.77% -
HSV(B) 69.8º 0.22% 0.87% -
XYZ 60.74 68.84 49.12 -
YUV 213.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 213 221 172 0.04 0 0.22 0.13 69.8 0.42 0.77
Hex D5 DD AC 4 0 16 D 46 2A 4D
Octal 325 335 254 4 0 26 15 106 52 115
Binary 11010101 11011101 10101100 100 0 10110 1101 1000110 101010 1001101

Color Harmonies of #D5DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDAC

Black with #D5DDAC

Text Example


Text Example

White with #D5DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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