Html Css Color HEX #D2DDAB Orinoco

📋 copy color: '#D2DDAB'

red 210 ◦ green 221 ◦ blue 171

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

Shades of Orinoco #D2DDAB

Tints of Orinoco #D2DDAB

RGB

 RED value IS 210 (82.42% from 255) = 34.88%

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

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

R = 34.88%
G = 36.71%
B = 28.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D2DDAB (or 0xD2DDAB) is known color: Orinoco. HEX triplet: D2, DD and AB. RGB value is (210,221,171). Sum of RGB (Red+Green+Blue) = 210+221+171=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDAB is #2D2254. Grayscale: #D4D4D4. Windows color (decimal): -2957909 or 11263442. OLE color: 11263442.

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

Color convert

RGB 210 221 171 -
CMYK 0.05 0 0.23 0.13
HSL 73.2º 0.42% 0.77% -
HSV(B) 73.2º 0.23% 0.87% -
XYZ 59.79 68.35 48.57 -
YUV 212.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 210 221 171 0.05 0 0.23 0.13 73.2 0.42 0.77
Hex D2 DD AB 5 0 17 D 49 2A 4D
Octal 322 335 253 5 0 27 15 111 52 115
Binary 11010010 11011101 10101011 101 0 10111 1101 1001001 101010 1001101

Color Harmonies of #D2DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDAB

Black with #D2DDAB

Text Example


Text Example

White with #D2DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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