Html Css Color HEX #D3DAAC Orinoco

📋 copy color: '#D3DAAC'

red 211 ◦ green 218 ◦ blue 172

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

Shades of Orinoco #D3DAAC

Tints of Orinoco #D3DAAC

RGB

 RED value IS 211 (82.81% from 255) = 35.11%

 GREEN value IS 218 (85.55% from 255) = 36.27%

 BLUE value IS 172 (67.58% from 255) = 28.62%

R = 35.11%
G = 36.27%
B = 28.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D3DAAC (or 0xD3DAAC) is known color: Orinoco. HEX triplet: D3, DA and AC. RGB value is (211,218,172). Sum of RGB (Red+Green+Blue) = 211+218+172=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DAAC is #2C2553. Grayscale: #D2D2D2. Windows color (decimal): -2893140 or 11328211. OLE color: 11328211.

HSL color Cylindrical-coordinate representation of color #D3DAAC: hue angle of 69.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3DAAC is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 218 172 -
CMYK 0.03 0 0.21 0.15
HSL 69.13º 0.38% 0.76% -
HSV(B) 69.13º 0.21% 0.85% -
XYZ 59.38 66.97 48.83 -
YUV 210.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 211 218 172 0.03 0 0.21 0.15 69.13 0.38 0.76
Hex D3 DA AC 3 0 15 F 45 26 4C
Octal 323 332 254 3 0 25 17 105 46 114
Binary 11010011 11011010 10101100 11 0 10101 1111 1000101 100110 1001100

Color Harmonies of #D3DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAAC

Black with #D3DAAC

Text Example


Text Example

White with #D3DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAAC; }

 p { color: rgb(211,218,172); }

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

background-color css

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

 a { background-color: rgb(211,218,172); }

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

border-color css

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

 span { border-color: rgb(211,218,172); }

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