Html Css Color HEX #D4DAAC Orinoco

📋 copy color: '#D4DAAC'

red 212 ◦ green 218 ◦ blue 172

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

Shades of Orinoco #D4DAAC

Tints of Orinoco #D4DAAC

RGB

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

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

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

R = 35.22%
G = 36.21%
B = 28.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D4DAAC (or 0xD4DAAC) is known color: Orinoco. HEX triplet: D4, DA and AC. RGB value is (212,218,172). Sum of RGB (Red+Green+Blue) = 212+218+172=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAAC is #2B2553. Grayscale: #D3D3D3. Windows color (decimal): -2827604 or 11328212. OLE color: 11328212.

HSL color Cylindrical-coordinate representation of color #D4DAAC: hue angle of 67.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4DAAC is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 172 -
CMYK 0.03 0 0.21 0.15
HSL 67.83º 0.38% 0.76% -
HSV(B) 67.83º 0.21% 0.85% -
XYZ 59.67 67.12 48.84 -
YUV 210.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 212 218 172 0.03 0 0.21 0.15 67.83 0.38 0.76
Hex D4 DA AC 3 0 15 F 44 26 4C
Octal 324 332 254 3 0 25 17 104 46 114
Binary 11010100 11011010 10101100 11 0 10101 1111 1000100 100110 1001100

Color Harmonies of #D4DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAAC

Black with #D4DAAC

Text Example


Text Example

White with #D4DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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