Html Css Color HEX #D2D3AE Orinoco

📋 copy color: '#D2D3AE'

red 210 ◦ green 211 ◦ blue 174

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

Shades of Orinoco #D2D3AE

Tints of Orinoco #D2D3AE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.46%

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

R = 35.29%
G = 35.46%
B = 29.24%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D2D3AE (or 0xD2D3AE) is known color: Orinoco. HEX triplet: D2, D3 and AE. RGB value is (210,211,174). Sum of RGB (Red+Green+Blue) = 210+211+174=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D3AE is #2D2C51. Grayscale: #CECECE. Windows color (decimal): -2960466 or 11457490. OLE color: 11457490.

HSL color Cylindrical-coordinate representation of color #D2D3AE: hue angle of 61.62º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2D3AE is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 211 174 -
CMYK 0.00 0 0.18 0.17
HSL 61.62º 0.3% 0.75% -
HSV(B) 61.62º 0.18% 0.83% -
XYZ 57.51 63.35 49.24 -
YUV 206.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 210 211 174 0.00 0 0.18 0.17 61.62 0.3 0.75
Hex D2 D3 AE 0 0 12 11 3E 1E 4B
Octal 322 323 256 0 0 22 21 76 36 113
Binary 11010010 11010011 10101110 0 0 10010 10001 111110 11110 1001011

Color Harmonies of #D2D3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D3AE

Black with #D2D3AE

Text Example


Text Example

White with #D2D3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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