Html Css Color HEX #D4DDAF Orinoco

📋 copy color: '#D4DDAF'

red 212 ◦ green 221 ◦ blue 175

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

Shades of Orinoco #D4DDAF

Tints of Orinoco #D4DDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 34.87%
G = 36.35%
B = 28.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D4DDAF (or 0xD4DDAF) is known color: Orinoco. HEX triplet: D4, DD and AF. RGB value is (212,221,175). Sum of RGB (Red+Green+Blue) = 212+221+175=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DDAF is #2B2250. Grayscale: #D5D5D5. Windows color (decimal): -2826833 or 11525588. OLE color: 11525588.

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

Color convert

RGB 212 221 175 -
CMYK 0.04 0 0.21 0.13
HSL 71.74º 0.4% 0.78% -
HSV(B) 71.74º 0.21% 0.87% -
XYZ 60.75 68.81 50.64 -
YUV 213.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 212 221 175 0.04 0 0.21 0.13 71.74 0.4 0.78
Hex D4 DD AF 4 0 15 D 48 28 4E
Octal 324 335 257 4 0 25 15 110 50 116
Binary 11010100 11011101 10101111 100 0 10101 1101 1001000 101000 1001110

Color Harmonies of #D4DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDAF

Black with #D4DDAF

Text Example


Text Example

White with #D4DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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