Html Css Color HEX #D4DAA0 Orinoco

📋 copy color: '#D4DAA0'

red 212 ◦ green 218 ◦ blue 160

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

Shades of Orinoco #D4DAA0

Tints of Orinoco #D4DAA0

RGB

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

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

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

R = 35.93%
G = 36.95%
B = 27.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D4DAA0 (or 0xD4DAA0) is known color: Orinoco. HEX triplet: D4, DA and A0. RGB value is (212,218,160). Sum of RGB (Red+Green+Blue) = 212+218+160=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAA0 is #2B255F. Grayscale: #D1D1D1. Windows color (decimal): -2827616 or 10541780. OLE color: 10541780.

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

Color convert

RGB 212 218 160 -
CMYK 0.03 0 0.27 0.15
HSL 66.21º 0.44% 0.74% -
HSV(B) 66.21º 0.27% 0.85% -
XYZ 58.57 66.68 43.04 -
YUV 209.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 212 218 160 0.03 0 0.27 0.15 66.21 0.44 0.74
Hex D4 DA A0 3 0 1B F 42 2C 4A
Octal 324 332 240 3 0 33 17 102 54 112
Binary 11010100 11011010 10100000 11 0 11011 1111 1000010 101100 1001010

Color Harmonies of #D4DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAA0

Black with #D4DAA0

Text Example


Text Example

White with #D4DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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