Html Css Color HEX #D4DEAE Orinoco

📋 copy color: '#D4DEAE'

red 212 ◦ green 222 ◦ blue 174

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

Shades of Orinoco #D4DEAE

Tints of Orinoco #D4DEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

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

R = 34.87%
G = 36.51%
B = 28.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D4DEAE (or 0xD4DEAE) is known color: Orinoco. HEX triplet: D4, DE and AE. RGB value is (212,222,174). Sum of RGB (Red+Green+Blue) = 212+222+174=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DEAE is #2B2151. Grayscale: #D5D5D5. Windows color (decimal): -2826578 or 11460308. OLE color: 11460308.

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

Color convert

RGB 212 222 174 -
CMYK 0.05 0 0.22 0.13
HSL 72.5º 0.42% 0.78% -
HSV(B) 72.5º 0.22% 0.87% -
XYZ 60.91 69.3 50.21 -
YUV 213.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 212 222 174 0.05 0 0.22 0.13 72.5 0.42 0.78
Hex D4 DE AE 5 0 16 D 48 2A 4E
Octal 324 336 256 5 0 26 15 110 52 116
Binary 11010100 11011110 10101110 101 0 10110 1101 1001000 101010 1001110

Color Harmonies of #D4DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DEAE

Black with #D4DEAE

Text Example


Text Example

White with #D4DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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