Html Css Color HEX #D4DAA5 Orinoco

📋 copy color: '#D4DAA5'

red 212 ◦ green 218 ◦ blue 165

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

Shades of Orinoco #D4DAA5

Tints of Orinoco #D4DAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.73%

R = 35.63%
G = 36.64%
B = 27.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D4DAA5 (or 0xD4DAA5) is known color: Orinoco. HEX triplet: D4, DA and A5. RGB value is (212,218,165). Sum of RGB (Red+Green+Blue) = 212+218+165=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAA5 is #2B255A. Grayscale: #D2D2D2. Windows color (decimal): -2827611 or 10869460. OLE color: 10869460.

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

Color convert

RGB 212 218 165 -
CMYK 0.03 0 0.24 0.15
HSL 66.79º 0.42% 0.75% -
HSV(B) 66.79º 0.24% 0.85% -
XYZ 59.01 66.86 45.39 -
YUV 210.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 212 218 165 0.03 0 0.24 0.15 66.79 0.42 0.75
Hex D4 DA A5 3 0 18 F 43 2A 4B
Octal 324 332 245 3 0 30 17 103 52 113
Binary 11010100 11011010 10100101 11 0 11000 1111 1000011 101010 1001011

Color Harmonies of #D4DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAA5

Black with #D4DAA5

Text Example


Text Example

White with #D4DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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