Html Css Color HEX #D8DDAB Orinoco

📋 copy color: '#D8DDAB'

red 216 ◦ green 221 ◦ blue 171

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

Shades of Orinoco #D8DDAB

Tints of Orinoco #D8DDAB

RGB

 RED value IS 216 (84.77% from 255) = 35.53%

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

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

R = 35.53%
G = 36.35%
B = 28.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D8DDAB (or 0xD8DDAB) is known color: Orinoco. HEX triplet: D8, DD and AB. RGB value is (216,221,171). Sum of RGB (Red+Green+Blue) = 216+221+171=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDAB is #272254. Grayscale: #D6D6D6. Windows color (decimal): -2564693 or 11263448. OLE color: 11263448.

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

Color convert

RGB 216 221 171 -
CMYK 0.02 0 0.23 0.13
HSL 66º 0.42% 0.77% -
HSV(B) 66º 0.23% 0.87% -
XYZ 61.53 69.25 48.65 -
YUV 213.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 216 221 171 0.02 0 0.23 0.13 66 0.42 0.77
Hex D8 DD AB 2 0 17 D 42 2A 4D
Octal 330 335 253 2 0 27 15 102 52 115
Binary 11011000 11011101 10101011 10 0 10111 1101 1000010 101010 1001101

Color Harmonies of #D8DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDAB

Black with #D8DDAB

Text Example


Text Example

White with #D8DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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