Html Css Color HEX #D4DD9F Orinoco

📋 copy color: '#D4DD9F'

red 212 ◦ green 221 ◦ blue 159

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

Shades of Orinoco #D4DD9F

Tints of Orinoco #D4DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 159 (62.5% from 255) = 26.86%

R = 35.81%
G = 37.33%
B = 26.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#D4DD9F (or 0xD4DD9F) is known color: Orinoco. HEX triplet: D4, DD and 9F. RGB value is (212,221,159). Sum of RGB (Red+Green+Blue) = 212+221+159=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD9F is #2B2260. Grayscale: #D3D3D3. Windows color (decimal): -2826849 or 10477012. OLE color: 10477012.

HSL color Cylindrical-coordinate representation of color #D4DD9F: hue angle of 68.71º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4DD9F is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 159 -
CMYK 0.04 0 0.28 0.13
HSL 68.71º 0.48% 0.75% -
HSV(B) 68.71º 0.28% 0.87% -
XYZ 59.27 68.21 42.84 -
YUV 211.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 212 221 159 0.04 0 0.28 0.13 68.71 0.48 0.75
Hex D4 DD 9F 4 0 1C D 45 30 4B
Octal 324 335 237 4 0 34 15 105 60 113
Binary 11010100 11011101 10011111 100 0 11100 1101 1000101 110000 1001011

Color Harmonies of #D4DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD9F

Black with #D4DD9F

Text Example


Text Example

White with #D4DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD9F; }

 p { color: rgb(212,221,159); }

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

background-color css

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

 a { background-color: rgb(212,221,159); }

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

border-color css

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

 span { border-color: rgb(212,221,159); }

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