Html Css Color HEX #D4DAA1 Orinoco

📋 copy color: '#D4DAA1'

red 212 ◦ green 218 ◦ blue 161

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

Shades of Orinoco #D4DAA1

Tints of Orinoco #D4DAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.24%

R = 35.87%
G = 36.89%
B = 27.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D4DAA1 (or 0xD4DAA1) is known color: Orinoco. HEX triplet: D4, DA and A1. RGB value is (212,218,161). Sum of RGB (Red+Green+Blue) = 212+218+161=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAA1 is #2B255E. Grayscale: #D1D1D1. Windows color (decimal): -2827615 or 10607316. OLE color: 10607316.

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

Color convert

RGB 212 218 161 -
CMYK 0.03 0 0.26 0.15
HSL 66.32º 0.44% 0.74% -
HSV(B) 66.32º 0.26% 0.85% -
XYZ 58.66 66.71 43.5 -
YUV 209.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 212 218 161 0.03 0 0.26 0.15 66.32 0.44 0.74
Hex D4 DA A1 3 0 1A F 42 2C 4A
Octal 324 332 241 3 0 32 17 102 54 112
Binary 11010100 11011010 10100001 11 0 11010 1111 1000010 101100 1001010

Color Harmonies of #D4DAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAA1

Black with #D4DAA1

Text Example


Text Example

White with #D4DAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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