Html Css Color HEX #D2DBAE Orinoco

📋 copy color: '#D2DBAE'

red 210 ◦ green 219 ◦ blue 174

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

Shades of Orinoco #D2DBAE

Tints of Orinoco #D2DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.86%

R = 34.83%
G = 36.32%
B = 28.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D2DBAE (or 0xD2DBAE) is known color: Orinoco. HEX triplet: D2, DB and AE. RGB value is (210,219,174). Sum of RGB (Red+Green+Blue) = 210+219+174=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBAE is #2D2451. Grayscale: #D3D3D3. Windows color (decimal): -2958418 or 11459538. OLE color: 11459538.

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

Color convert

RGB 210 219 174 -
CMYK 0.04 0 0.21 0.14
HSL 72º 0.38% 0.77% -
HSV(B) 72º 0.21% 0.86% -
XYZ 59.55 67.42 49.92 -
YUV 211.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 210 219 174 0.04 0 0.21 0.14 72 0.38 0.77
Hex D2 DB AE 4 0 15 E 48 26 4D
Octal 322 333 256 4 0 25 16 110 46 115
Binary 11010010 11011011 10101110 100 0 10101 1110 1001000 100110 1001101

Color Harmonies of #D2DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBAE

Black with #D2DBAE

Text Example


Text Example

White with #D2DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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