Html Css Color HEX #D3DCA4 Orinoco

📋 copy color: '#D3DCA4'

red 211 ◦ green 220 ◦ blue 164

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

Shades of Orinoco #D3DCA4

Tints of Orinoco #D3DCA4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

 BLUE value IS 164 (64.45% from 255) = 27.56%

R = 35.46%
G = 36.97%
B = 27.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#D3DCA4 (or 0xD3DCA4) is known color: Orinoco. HEX triplet: D3, DC and A4. RGB value is (211,220,164). Sum of RGB (Red+Green+Blue) = 211+220+164=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DCA4 is #2C235B. Grayscale: #D3D3D3. Windows color (decimal): -2892636 or 10804435. OLE color: 10804435.

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

Color convert

RGB 211 220 164 -
CMYK 0.04 0 0.25 0.14
HSL 69.64º 0.44% 0.75% -
HSV(B) 69.64º 0.25% 0.86% -
XYZ 59.16 67.72 45.07 -
YUV 210.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 211 220 164 0.04 0 0.25 0.14 69.64 0.44 0.75
Hex D3 DC A4 4 0 19 E 46 2C 4B
Octal 323 334 244 4 0 31 16 106 54 113
Binary 11010011 11011100 10100100 100 0 11001 1110 1000110 101100 1001011

Color Harmonies of #D3DCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DCA4

Black with #D3DCA4

Text Example


Text Example

White with #D3DCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DCA4; }

 p { color: rgb(211,220,164); }

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

background-color css

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

 a { background-color: rgb(211,220,164); }

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

border-color css

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

 span { border-color: rgb(211,220,164); }

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