Html Css Color HEX #D7DCB2 Orinoco

📋 copy color: '#D7DCB2'

red 215 ◦ green 220 ◦ blue 178

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

Shades of Orinoco #D7DCB2

Tints of Orinoco #D7DCB2

RGB

 RED value IS 215 (84.38% from 255) = 35.07%

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

 BLUE value IS 178 (69.92% from 255) = 29.04%

R = 35.07%
G = 35.89%
B = 29.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#D7DCB2 (or 0xD7DCB2) is known color: Orinoco. HEX triplet: D7, DC and B2. RGB value is (215,220,178). Sum of RGB (Red+Green+Blue) = 215+220+178=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCB2 is #28234D. Grayscale: #D5D5D5. Windows color (decimal): -2630478 or 11721943. OLE color: 11721943.

HSL color Cylindrical-coordinate representation of color #D7DCB2: hue angle of 67.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7DCB2 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 178 -
CMYK 0.02 0 0.19 0.14
HSL 67.14º 0.38% 0.78% -
HSV(B) 67.14º 0.19% 0.86% -
XYZ 61.65 68.85 52.16 -
YUV 213.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 215 220 178 0.02 0 0.19 0.14 67.14 0.38 0.78
Hex D7 DC B2 2 0 13 E 43 26 4E
Octal 327 334 262 2 0 23 16 103 46 116
Binary 11010111 11011100 10110010 10 0 10011 1110 1000011 100110 1001110

Color Harmonies of #D7DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCB2

Black with #D7DCB2

Text Example


Text Example

White with #D7DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCB2; }

 p { color: rgb(215,220,178); }

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

background-color css

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

 a { background-color: rgb(215,220,178); }

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

border-color css

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

 span { border-color: rgb(215,220,178); }

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