Html Css Color HEX #D6DAA5 Orinoco

📋 copy color: '#D6DAA5'

red 214 ◦ green 218 ◦ blue 165

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

Shades of Orinoco #D6DAA5

Tints of Orinoco #D6DAA5

RGB

 RED value IS 214 (83.98% from 255) = 35.85%

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

 BLUE value IS 165 (64.84% from 255) = 27.64%

R = 35.85%
G = 36.52%
B = 27.64%

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

#D6DAA5 (or 0xD6DAA5) is known color: Orinoco. HEX triplet: D6, DA and A5. RGB value is (214,218,165). Sum of RGB (Red+Green+Blue) = 214+218+165=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAA5 is #29255A. Grayscale: #D2D2D2. Windows color (decimal): -2696539 or 10869462. OLE color: 10869462.

HSL color Cylindrical-coordinate representation of color #D6DAA5: hue angle of 64.53º degrees, saturation: 0.42, 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 #D6DAA5 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 218 165 -
CMYK 0.02 0 0.24 0.15
HSL 64.53º 0.42% 0.75% -
HSV(B) 64.53º 0.24% 0.85% -
XYZ 59.59 67.16 45.42 -
YUV 210.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 214 218 165 0.02 0 0.24 0.15 64.53 0.42 0.75
Hex D6 DA A5 2 0 18 F 41 2A 4B
Octal 326 332 245 2 0 30 17 101 52 113
Binary 11010110 11011010 10100101 10 0 11000 1111 1000001 101010 1001011

Color Harmonies of #D6DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAA5

Black with #D6DAA5

Text Example


Text Example

White with #D6DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAA5; }

 p { color: rgb(214,218,165); }

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

background-color css

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

 a { background-color: rgb(214,218,165); }

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

border-color css

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

 span { border-color: rgb(214,218,165); }

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