Html Css Color HEX #D2D5B7 Orinoco

📋 copy color: '#D2D5B7'

red 210 ◦ green 213 ◦ blue 183

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

Shades of Orinoco #D2D5B7

Tints of Orinoco #D2D5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.2%

R = 34.65%
G = 35.15%
B = 30.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D2D5B7 (or 0xD2D5B7) is known color: Orinoco. HEX triplet: D2, D5 and B7. RGB value is (210,213,183). Sum of RGB (Red+Green+Blue) = 210+213+183=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5B7 is #2D2A48. Grayscale: #D0D0D0. Windows color (decimal): -2959945 or 12047826. OLE color: 12047826.

HSL color Cylindrical-coordinate representation of color #D2D5B7: hue angle of 66º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2D5B7 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 213 183 -
CMYK 0.01 0 0.14 0.16
HSL 66º 0.26% 0.78% -
HSV(B) 66º 0.14% 0.84% -
XYZ 58.92 64.71 54.18 -
YUV 208.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 210 213 183 0.01 0 0.14 0.16 66 0.26 0.78
Hex D2 D5 B7 1 0 E 10 42 1A 4E
Octal 322 325 267 1 0 16 20 102 32 116
Binary 11010010 11010101 10110111 1 0 1110 10000 1000010 11010 1001110

Color Harmonies of #D2D5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D5B7

Black with #D2D5B7

Text Example


Text Example

White with #D2D5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D5B7; }

 p { color: rgb(210,213,183); }

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

background-color css

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

 a { background-color: rgb(210,213,183); }

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

border-color css

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

 span { border-color: rgb(210,213,183); }

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