Html Css Color HEX #D6DDA5 Orinoco

📋 copy color: '#D6DDA5'

red 214 ◦ green 221 ◦ blue 165

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

Shades of Orinoco #D6DDA5

Tints of Orinoco #D6DDA5

RGB

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

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

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

R = 35.67%
G = 36.83%
B = 27.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#D6DDA5 (or 0xD6DDA5) is known color: Orinoco. HEX triplet: D6, DD and A5. RGB value is (214,221,165). Sum of RGB (Red+Green+Blue) = 214+221+165=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDA5 is #29225A. Grayscale: #D4D4D4. Windows color (decimal): -2695771 or 10870230. OLE color: 10870230.

HSL color Cylindrical-coordinate representation of color #D6DDA5: hue angle of 67.5º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6DDA5 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 165 -
CMYK 0.03 0 0.25 0.13
HSL 67.5º 0.45% 0.76% -
HSV(B) 67.5º 0.25% 0.87% -
XYZ 60.38 68.73 45.68 -
YUV 212.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 214 221 165 0.03 0 0.25 0.13 67.5 0.45 0.76
Hex D6 DD A5 3 0 19 D 44 2D 4C
Octal 326 335 245 3 0 31 15 104 55 114
Binary 11010110 11011101 10100101 11 0 11001 1101 1000100 101101 1001100

Color Harmonies of #D6DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDA5

Black with #D6DDA5

Text Example


Text Example

White with #D6DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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