Html Css Color HEX #D7DEAC Orinoco

📋 copy color: '#D7DEAC'

red 215 ◦ green 222 ◦ blue 172

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

Shades of Orinoco #D7DEAC

Tints of Orinoco #D7DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.45%

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

R = 35.3%
G = 36.45%
B = 28.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D7DEAC (or 0xD7DEAC) is known color: Orinoco. HEX triplet: D7, DE and AC. RGB value is (215,222,172). Sum of RGB (Red+Green+Blue) = 215+222+172=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DEAC is #282153. Grayscale: #D6D6D6. Windows color (decimal): -2629972 or 11329239. OLE color: 11329239.

HSL color Cylindrical-coordinate representation of color #D7DEAC: hue angle of 68.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7DEAC is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 222 172 -
CMYK 0.03 0 0.23 0.13
HSL 68.4º 0.43% 0.77% -
HSV(B) 68.4º 0.23% 0.87% -
XYZ 61.59 69.67 49.23 -
YUV 214.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 215 222 172 0.03 0 0.23 0.13 68.4 0.43 0.77
Hex D7 DE AC 3 0 17 D 44 2B 4D
Octal 327 336 254 3 0 27 15 104 53 115
Binary 11010111 11011110 10101100 11 0 10111 1101 1000100 101011 1001101

Color Harmonies of #D7DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DEAC

Black with #D7DEAC

Text Example


Text Example

White with #D7DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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