Html Css Color HEX #D7DCAC Orinoco

📋 copy color: '#D7DCAC'

red 215 ◦ green 220 ◦ blue 172

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

Shades of Orinoco #D7DCAC

Tints of Orinoco #D7DCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.34%

R = 35.42%
G = 36.24%
B = 28.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D7DCAC (or 0xD7DCAC) is known color: Orinoco. HEX triplet: D7, DC and AC. RGB value is (215,220,172). Sum of RGB (Red+Green+Blue) = 215+220+172=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCAC is #282353. Grayscale: #D5D5D5. Windows color (decimal): -2630484 or 11328727. OLE color: 11328727.

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

Color convert

RGB 215 220 172 -
CMYK 0.02 0 0.22 0.14
HSL 66.25º 0.41% 0.77% -
HSV(B) 66.25º 0.22% 0.86% -
XYZ 61.06 68.61 49.05 -
YUV 213.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 215 220 172 0.02 0 0.22 0.14 66.25 0.41 0.77
Hex D7 DC AC 2 0 16 E 42 29 4D
Octal 327 334 254 2 0 26 16 102 51 115
Binary 11010111 11011100 10101100 10 0 10110 1110 1000010 101001 1001101

Color Harmonies of #D7DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCAC

Black with #D7DCAC

Text Example


Text Example

White with #D7DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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