Html Css Color HEX #D4D6AE Orinoco

📋 copy color: '#D4D6AE'

red 212 ◦ green 214 ◦ blue 174

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

Shades of Orinoco #D4D6AE

Tints of Orinoco #D4D6AE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.67%

 BLUE value IS 174 (68.36% from 255) = 29%

R = 35.33%
G = 35.67%
B = 29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D4D6AE (or 0xD4D6AE) is known color: Orinoco. HEX triplet: D4, D6 and AE. RGB value is (212,214,174). Sum of RGB (Red+Green+Blue) = 212+214+174=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D6AE is #2B2951. Grayscale: #D1D1D1. Windows color (decimal): -2828626 or 11458260. OLE color: 11458260.

HSL color Cylindrical-coordinate representation of color #D4D6AE: hue angle of 63º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4D6AE is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 214 174 -
CMYK 0.01 0 0.19 0.16
HSL 63º 0.33% 0.76% -
HSV(B) 63º 0.19% 0.84% -
XYZ 58.84 65.15 49.52 -
YUV 208.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 212 214 174 0.01 0 0.19 0.16 63 0.33 0.76
Hex D4 D6 AE 1 0 13 10 3F 21 4C
Octal 324 326 256 1 0 23 20 77 41 114
Binary 11010100 11010110 10101110 1 0 10011 10000 111111 100001 1001100

Color Harmonies of #D4D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D6AE

Black with #D4D6AE

Text Example


Text Example

White with #D4D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D6AE; }

 p { color: rgb(212,214,174); }

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

background-color css

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

 a { background-color: rgb(212,214,174); }

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

border-color css

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

 span { border-color: rgb(212,214,174); }

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