Html Css Color HEX #D4DDAC Orinoco

📋 copy color: '#D4DDAC'

red 212 ◦ green 221 ◦ blue 172

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

Shades of Orinoco #D4DDAC

Tints of Orinoco #D4DDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.43%

R = 35.04%
G = 36.53%
B = 28.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D4DDAC (or 0xD4DDAC) is known color: Orinoco. HEX triplet: D4, DD and AC. RGB value is (212,221,172). Sum of RGB (Red+Green+Blue) = 212+221+172=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DDAC is #2B2253. Grayscale: #D4D4D4. Windows color (decimal): -2826836 or 11328980. OLE color: 11328980.

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

Color convert

RGB 212 221 172 -
CMYK 0.04 0 0.22 0.13
HSL 71.02º 0.42% 0.77% -
HSV(B) 71.02º 0.22% 0.87% -
XYZ 60.45 68.69 49.1 -
YUV 212.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 212 221 172 0.04 0 0.22 0.13 71.02 0.42 0.77
Hex D4 DD AC 4 0 16 D 47 2A 4D
Octal 324 335 254 4 0 26 15 107 52 115
Binary 11010100 11011101 10101100 100 0 10110 1101 1000111 101010 1001101

Color Harmonies of #D4DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDAC

Black with #D4DDAC

Text Example


Text Example

White with #D4DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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