Html Css Color HEX #D7DDAB Orinoco

📋 copy color: '#D7DDAB'

red 215 ◦ green 221 ◦ blue 171

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

Shades of Orinoco #D7DDAB

Tints of Orinoco #D7DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

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

R = 35.42%
G = 36.41%
B = 28.17%

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

#D7DDAB (or 0xD7DDAB) is known color: Orinoco. HEX triplet: D7, DD and AB. RGB value is (215,221,171). Sum of RGB (Red+Green+Blue) = 215+221+171=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DDAB is #282254. Grayscale: #D5D5D5. Windows color (decimal): -2630229 or 11263447. OLE color: 11263447.

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

Color convert

RGB 215 221 171 -
CMYK 0.03 0 0.23 0.13
HSL 67.2º 0.42% 0.77% -
HSV(B) 67.2º 0.23% 0.87% -
XYZ 61.23 69.1 48.64 -
YUV 213.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 215 221 171 0.03 0 0.23 0.13 67.2 0.42 0.77
Hex D7 DD AB 3 0 17 D 43 2A 4D
Octal 327 335 253 3 0 27 15 103 52 115
Binary 11010111 11011101 10101011 11 0 10111 1101 1000011 101010 1001101

Color Harmonies of #D7DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDAB

Black with #D7DDAB

Text Example


Text Example

White with #D7DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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