Html Css Color HEX #D2D8A5 Orinoco

📋 copy color: '#D2D8A5'

red 210 ◦ green 216 ◦ blue 165

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

Shades of Orinoco #D2D8A5

Tints of Orinoco #D2D8A5

RGB

 RED value IS 210 (82.42% from 255) = 35.53%

 GREEN value IS 216 (84.77% from 255) = 36.55%

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

R = 35.53%
G = 36.55%
B = 27.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D2D8A5 (or 0xD2D8A5) is known color: Orinoco. HEX triplet: D2, D8 and A5. RGB value is (210,216,165). Sum of RGB (Red+Green+Blue) = 210+216+165=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D8A5 is #2D275A. Grayscale: #D0D0D0. Windows color (decimal): -2959195 or 10868946. OLE color: 10868946.

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

Color convert

RGB 210 216 165 -
CMYK 0.03 0 0.24 0.15
HSL 67.06º 0.4% 0.75% -
HSV(B) 67.06º 0.24% 0.85% -
XYZ 57.93 65.53 45.19 -
YUV 208.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 210 216 165 0.03 0 0.24 0.15 67.06 0.4 0.75
Hex D2 D8 A5 3 0 18 F 43 28 4B
Octal 322 330 245 3 0 30 17 103 50 113
Binary 11010010 11011000 10100101 11 0 11000 1111 1000011 101000 1001011

Color Harmonies of #D2D8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D8A5

Black with #D2D8A5

Text Example


Text Example

White with #D2D8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D8A5; }

 p { color: rgb(210,216,165); }

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

background-color css

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

 a { background-color: rgb(210,216,165); }

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

border-color css

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

 span { border-color: rgb(210,216,165); }

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