Html Css Color HEX #D2DCA5 Orinoco

📋 copy color: '#D2DCA5'

red 210 ◦ green 220 ◦ blue 165

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

Shades of Orinoco #D2DCA5

Tints of Orinoco #D2DCA5

RGB

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

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

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

R = 35.29%
G = 36.97%
B = 27.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#D2DCA5 (or 0xD2DCA5) is known color: Orinoco. HEX triplet: D2, DC and A5. RGB value is (210,220,165). Sum of RGB (Red+Green+Blue) = 210+220+165=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCA5 is #2D235A. Grayscale: #D2D2D2. Windows color (decimal): -2958171 or 10869970. OLE color: 10869970.

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

Color convert

RGB 210 220 165 -
CMYK 0.05 0 0.25 0.14
HSL 70.91º 0.44% 0.75% -
HSV(B) 70.91º 0.25% 0.86% -
XYZ 58.96 67.6 45.54 -
YUV 210.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 210 220 165 0.05 0 0.25 0.14 70.91 0.44 0.75
Hex D2 DC A5 5 0 19 E 47 2C 4B
Octal 322 334 245 5 0 31 16 107 54 113
Binary 11010010 11011100 10100101 101 0 11001 1110 1000111 101100 1001011

Color Harmonies of #D2DCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCA5

Black with #D2DCA5

Text Example


Text Example

White with #D2DCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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