Html Css Color HEX #D2DBAB Orinoco

📋 copy color: '#D2DBAB'

red 210 ◦ green 219 ◦ blue 171

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

Shades of Orinoco #D2DBAB

Tints of Orinoco #D2DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.5%

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

R = 35%
G = 36.5%
B = 28.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D2DBAB (or 0xD2DBAB) is known color: Orinoco. HEX triplet: D2, DB and AB. RGB value is (210,219,171). Sum of RGB (Red+Green+Blue) = 210+219+171=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBAB is #2D2454. Grayscale: #D3D3D3. Windows color (decimal): -2958421 or 11262930. OLE color: 11262930.

HSL color Cylindrical-coordinate representation of color #D2DBAB: hue angle of 71.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2DBAB is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 171 -
CMYK 0.04 0 0.22 0.14
HSL 71.25º 0.4% 0.76% -
HSV(B) 71.25º 0.22% 0.86% -
XYZ 59.26 67.3 48.4 -
YUV 210.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 210 219 171 0.04 0 0.22 0.14 71.25 0.4 0.76
Hex D2 DB AB 4 0 16 E 47 28 4C
Octal 322 333 253 4 0 26 16 107 50 114
Binary 11010010 11011011 10101011 100 0 10110 1110 1000111 101000 1001100

Color Harmonies of #D2DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBAB

Black with #D2DBAB

Text Example


Text Example

White with #D2DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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