Html Css Color HEX #D5DDAB Orinoco

📋 copy color: '#D5DDAB'

red 213 ◦ green 221 ◦ blue 171

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

Shades of Orinoco #D5DDAB

Tints of Orinoco #D5DDAB

RGB

 RED value IS 213 (83.59% from 255) = 35.21%

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

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

R = 35.21%
G = 36.53%
B = 28.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D5DDAB (or 0xD5DDAB) is known color: Orinoco. HEX triplet: D5, DD and AB. RGB value is (213,221,171). Sum of RGB (Red+Green+Blue) = 213+221+171=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DDAB is #2A2254. Grayscale: #D5D5D5. Windows color (decimal): -2761301 or 11263445. OLE color: 11263445.

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

Color convert

RGB 213 221 171 -
CMYK 0.04 0 0.23 0.13
HSL 69.6º 0.42% 0.77% -
HSV(B) 69.6º 0.23% 0.87% -
XYZ 60.65 68.8 48.61 -
YUV 212.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 213 221 171 0.04 0 0.23 0.13 69.6 0.42 0.77
Hex D5 DD AB 4 0 17 D 46 2A 4D
Octal 325 335 253 4 0 27 15 106 52 115
Binary 11010101 11011101 10101011 100 0 10111 1101 1000110 101010 1001101

Color Harmonies of #D5DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDAB

Black with #D5DDAB

Text Example


Text Example

White with #D5DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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