Html Css Color HEX #D5DAA6 Orinoco

📋 copy color: '#D5DAA6'

red 213 ◦ green 218 ◦ blue 166

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

Shades of Orinoco #D5DAA6

Tints of Orinoco #D5DAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

 BLUE value IS 166 (65.23% from 255) = 27.81%

R = 35.68%
G = 36.52%
B = 27.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D5DAA6 (or 0xD5DAA6) is known color: Orinoco. HEX triplet: D5, DA and A6. RGB value is (213,218,166). Sum of RGB (Red+Green+Blue) = 213+218+166=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DAA6 is #2A2559. Grayscale: #D2D2D2. Windows color (decimal): -2762074 or 10934997. OLE color: 10934997.

HSL color Cylindrical-coordinate representation of color #D5DAA6: hue angle of 65.77º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5DAA6 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 166 -
CMYK 0.02 0 0.24 0.15
HSL 65.77º 0.41% 0.75% -
HSV(B) 65.77º 0.24% 0.85% -
XYZ 59.39 67.04 45.89 -
YUV 210.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 213 218 166 0.02 0 0.24 0.15 65.77 0.41 0.75
Hex D5 DA A6 2 0 18 F 42 29 4B
Octal 325 332 246 2 0 30 17 102 51 113
Binary 11010101 11011010 10100110 10 0 11000 1111 1000010 101001 1001011

Color Harmonies of #D5DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAA6

Black with #D5DAA6

Text Example


Text Example

White with #D5DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAA6; }

 p { color: rgb(213,218,166); }

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

background-color css

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

 a { background-color: rgb(213,218,166); }

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

border-color css

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

 span { border-color: rgb(213,218,166); }

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