Html Css Color HEX #D4DAAF Orinoco

📋 copy color: '#D4DAAF'

red 212 ◦ green 218 ◦ blue 175

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

Shades of Orinoco #D4DAAF

Tints of Orinoco #D4DAAF

RGB

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

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

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

R = 35.04%
G = 36.03%
B = 28.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D4DAAF (or 0xD4DAAF) is known color: Orinoco. HEX triplet: D4, DA and AF. RGB value is (212,218,175). Sum of RGB (Red+Green+Blue) = 212+218+175=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAAF is #2B2550. Grayscale: #D3D3D3. Windows color (decimal): -2827601 or 11524820. OLE color: 11524820.

HSL color Cylindrical-coordinate representation of color #D4DAAF: hue angle of 68.37º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4DAAF is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 175 -
CMYK 0.03 0 0.20 0.15
HSL 68.37º 0.37% 0.77% -
HSV(B) 68.37º 0.2% 0.85% -
XYZ 59.96 67.24 50.37 -
YUV 211.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 212 218 175 0.03 0 0.20 0.15 68.37 0.37 0.77
Hex D4 DA AF 3 0 14 F 44 25 4D
Octal 324 332 257 3 0 24 17 104 45 115
Binary 11010100 11011010 10101111 11 0 10100 1111 1000100 100101 1001101

Color Harmonies of #D4DAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAAF

Black with #D4DAAF

Text Example


Text Example

White with #D4DAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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