Html Css Color HEX #D4DCA0 Orinoco

📋 copy color: '#D4DCA0'

red 212 ◦ green 220 ◦ blue 160

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

Shades of Orinoco #D4DCA0

Tints of Orinoco #D4DCA0

RGB

 RED value IS 212 (83.2% from 255) = 35.81%

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

 BLUE value IS 160 (62.89% from 255) = 27.03%

R = 35.81%
G = 37.16%
B = 27.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#D4DCA0 (or 0xD4DCA0) is known color: Orinoco. HEX triplet: D4, DC and A0. RGB value is (212,220,160). Sum of RGB (Red+Green+Blue) = 212+220+160=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCA0 is #2B235F. Grayscale: #D2D2D2. Windows color (decimal): -2827104 or 10542292. OLE color: 10542292.

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

Color convert

RGB 212 220 160 -
CMYK 0.04 0 0.27 0.14
HSL 68º 0.46% 0.75% -
HSV(B) 68º 0.27% 0.86% -
XYZ 59.09 67.72 43.21 -
YUV 210.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 212 220 160 0.04 0 0.27 0.14 68 0.46 0.75
Hex D4 DC A0 4 0 1B E 44 2E 4B
Octal 324 334 240 4 0 33 16 104 56 113
Binary 11010100 11011100 10100000 100 0 11011 1110 1000100 101110 1001011

Color Harmonies of #D4DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCA0

Black with #D4DCA0

Text Example


Text Example

White with #D4DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCA0; }

 p { color: rgb(212,220,160); }

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

background-color css

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

 a { background-color: rgb(212,220,160); }

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

border-color css

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

 span { border-color: rgb(212,220,160); }

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