Html Css Color HEX #D2DBAF Orinoco

📋 copy color: '#D2DBAF'

red 210 ◦ green 219 ◦ blue 175

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

Shades of Orinoco #D2DBAF

Tints of Orinoco #D2DBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.97%

R = 34.77%
G = 36.26%
B = 28.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#D2DBAF (or 0xD2DBAF) is known color: Orinoco. HEX triplet: D2, DB and AF. RGB value is (210,219,175). Sum of RGB (Red+Green+Blue) = 210+219+175=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBAF is #2D2450. Grayscale: #D3D3D3. Windows color (decimal): -2958417 or 11525074. OLE color: 11525074.

HSL color Cylindrical-coordinate representation of color #D2DBAF: hue angle of 72.27º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2DBAF is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 175 -
CMYK 0.04 0 0.20 0.14
HSL 72.27º 0.38% 0.77% -
HSV(B) 72.27º 0.2% 0.86% -
XYZ 59.65 67.46 50.43 -
YUV 211.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 210 219 175 0.04 0 0.20 0.14 72.27 0.38 0.77
Hex D2 DB AF 4 0 14 E 48 26 4D
Octal 322 333 257 4 0 24 16 110 46 115
Binary 11010010 11011011 10101111 100 0 10100 1110 1001000 100110 1001101

Color Harmonies of #D2DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBAF

Black with #D2DBAF

Text Example


Text Example

White with #D2DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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