Html Css Color HEX #D4DCA4 Orinoco

📋 copy color: '#D4DCA4'

red 212 ◦ green 220 ◦ blue 164

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

Shades of Orinoco #D4DCA4

Tints of Orinoco #D4DCA4

RGB

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

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

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

R = 35.57%
G = 36.91%
B = 27.52%

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

#D4DCA4 (or 0xD4DCA4) is known color: Orinoco. HEX triplet: D4, DC and A4. RGB value is (212,220,164). Sum of RGB (Red+Green+Blue) = 212+220+164=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCA4 is #2B235B. Grayscale: #D3D3D3. Windows color (decimal): -2827100 or 10804436. OLE color: 10804436.

HSL color Cylindrical-coordinate representation of color #D4DCA4: hue angle of 68.57º 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 #D4DCA4 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 164 -
CMYK 0.04 0 0.25 0.14
HSL 68.57º 0.44% 0.75% -
HSV(B) 68.57º 0.25% 0.86% -
XYZ 59.45 67.86 45.09 -
YUV 211.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 212 220 164 0.04 0 0.25 0.14 68.57 0.44 0.75
Hex D4 DC A4 4 0 19 E 45 2C 4B
Octal 324 334 244 4 0 31 16 105 54 113
Binary 11010100 11011100 10100100 100 0 11001 1110 1000101 101100 1001011

Color Harmonies of #D4DCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCA4

Black with #D4DCA4

Text Example


Text Example

White with #D4DCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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