Html Css Color HEX #D0DDAB Orinoco

📋 copy color: '#D0DDAB'

red 208 ◦ green 221 ◦ blue 171

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

Shades of Orinoco #D0DDAB

Tints of Orinoco #D0DDAB

RGB

 RED value IS 208 (81.64% from 255) = 34.67%

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

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

R = 34.67%
G = 36.83%
B = 28.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D0DDAB (or 0xD0DDAB) is known color: Orinoco. HEX triplet: D0, DD and AB. RGB value is (208,221,171). Sum of RGB (Red+Green+Blue) = 208+221+171=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DDAB is #2F2254. Grayscale: #D3D3D3. Windows color (decimal): -3088981 or 11263440. OLE color: 11263440.

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

Color convert

RGB 208 221 171 -
CMYK 0.06 0 0.23 0.13
HSL 75.6º 0.42% 0.77% -
HSV(B) 75.6º 0.23% 0.87% -
XYZ 59.22 68.06 48.54 -
YUV 211.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 208 221 171 0.06 0 0.23 0.13 75.6 0.42 0.77
Hex D0 DD AB 6 0 17 D 4C 2A 4D
Octal 320 335 253 6 0 27 15 114 52 115
Binary 11010000 11011101 10101011 110 0 10111 1101 1001100 101010 1001101

Color Harmonies of #D0DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDAB

Black with #D0DDAB

Text Example


Text Example

White with #D0DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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