Html Css Color HEX #D7DEAB Orinoco

📋 copy color: '#D7DEAB'

red 215 ◦ green 222 ◦ blue 171

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

Shades of Orinoco #D7DEAB

Tints of Orinoco #D7DEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.13%

R = 35.36%
G = 36.51%
B = 28.13%

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

#D7DEAB (or 0xD7DEAB) is known color: Orinoco. HEX triplet: D7, DE and AB. RGB value is (215,222,171). Sum of RGB (Red+Green+Blue) = 215+222+171=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DEAB is #282154. Grayscale: #D6D6D6. Windows color (decimal): -2629973 or 11263703. OLE color: 11263703.

HSL color Cylindrical-coordinate representation of color #D7DEAB: hue angle of 68.24º degrees, saturation: 0.44, 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 #D7DEAB is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 222 171 -
CMYK 0.03 0 0.23 0.13
HSL 68.24º 0.44% 0.77% -
HSV(B) 68.24º 0.23% 0.87% -
XYZ 61.5 69.63 48.73 -
YUV 214.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 215 222 171 0.03 0 0.23 0.13 68.24 0.44 0.77
Hex D7 DE AB 3 0 17 D 44 2C 4D
Octal 327 336 253 3 0 27 15 104 54 115
Binary 11010111 11011110 10101011 11 0 10111 1101 1000100 101100 1001101

Color Harmonies of #D7DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DEAB

Black with #D7DEAB

Text Example


Text Example

White with #D7DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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