Html Css Color HEX #D2DCA7 Orinoco

📋 copy color: '#D2DCA7'

red 210 ◦ green 220 ◦ blue 167

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

Shades of Orinoco #D2DCA7

Tints of Orinoco #D2DCA7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

 BLUE value IS 167 (65.63% from 255) = 27.97%

R = 35.18%
G = 36.85%
B = 27.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#D2DCA7 (or 0xD2DCA7) is known color: Orinoco. HEX triplet: D2, DC and A7. RGB value is (210,220,167). Sum of RGB (Red+Green+Blue) = 210+220+167=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCA7 is #2D2358. Grayscale: #D3D3D3. Windows color (decimal): -2958169 or 11001042. OLE color: 11001042.

HSL color Cylindrical-coordinate representation of color #D2DCA7: hue angle of 71.32º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2DCA7 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 167 -
CMYK 0.05 0 0.24 0.14
HSL 71.32º 0.43% 0.76% -
HSV(B) 71.32º 0.24% 0.86% -
XYZ 59.15 67.68 46.51 -
YUV 210.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 210 220 167 0.05 0 0.24 0.14 71.32 0.43 0.76
Hex D2 DC A7 5 0 18 E 47 2B 4C
Octal 322 334 247 5 0 30 16 107 53 114
Binary 11010010 11011100 10100111 101 0 11000 1110 1000111 101011 1001100

Color Harmonies of #D2DCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCA7

Black with #D2DCA7

Text Example


Text Example

White with #D2DCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCA7; }

 p { color: rgb(210,220,167); }

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

background-color css

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

 a { background-color: rgb(210,220,167); }

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

border-color css

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

 span { border-color: rgb(210,220,167); }

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