Html Css Color HEX #D4D9A5 Orinoco

📋 copy color: '#D4D9A5'

red 212 ◦ green 217 ◦ blue 165

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

Shades of Orinoco #D4D9A5

Tints of Orinoco #D4D9A5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

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

R = 35.69%
G = 36.53%
B = 27.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D4D9A5 (or 0xD4D9A5) is known color: Orinoco. HEX triplet: D4, D9 and A5. RGB value is (212,217,165). Sum of RGB (Red+Green+Blue) = 212+217+165=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D9A5 is #2B265A. Grayscale: #D1D1D1. Windows color (decimal): -2827867 or 10869204. OLE color: 10869204.

HSL color Cylindrical-coordinate representation of color #D4D9A5: hue angle of 65.77º degrees, saturation: 0.41, 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 #D4D9A5 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 217 165 -
CMYK 0.02 0 0.24 0.15
HSL 65.77º 0.41% 0.75% -
HSV(B) 65.77º 0.24% 0.85% -
XYZ 58.76 66.34 45.31 -
YUV 209.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 212 217 165 0.02 0 0.24 0.15 65.77 0.41 0.75
Hex D4 D9 A5 2 0 18 F 42 29 4B
Octal 324 331 245 2 0 30 17 102 51 113
Binary 11010100 11011001 10100101 10 0 11000 1111 1000010 101001 1001011

Color Harmonies of #D4D9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D9A5

Black with #D4D9A5

Text Example


Text Example

White with #D4D9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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