Html Css Color HEX #D4DFAE Orinoco

📋 copy color: '#D4DFAE'

red 212 ◦ green 223 ◦ blue 174

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

Shades of Orinoco #D4DFAE

Tints of Orinoco #D4DFAE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

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

R = 34.81%
G = 36.62%
B = 28.57%

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

#D4DFAE (or 0xD4DFAE) is known color: Orinoco. HEX triplet: D4, DF and AE. RGB value is (212,223,174). Sum of RGB (Red+Green+Blue) = 212+223+174=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DFAE is #2B2051. Grayscale: #D6D6D6. Windows color (decimal): -2826322 or 11460564. OLE color: 11460564.

HSL color Cylindrical-coordinate representation of color #D4DFAE: hue angle of 73.47º degrees, saturation: 0.43, 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 #D4DFAE is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 223 174 -
CMYK 0.05 0 0.22 0.13
HSL 73.47º 0.43% 0.78% -
HSV(B) 73.47º 0.22% 0.87% -
XYZ 61.18 69.83 50.3 -
YUV 214.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 212 223 174 0.05 0 0.22 0.13 73.47 0.43 0.78
Hex D4 DF AE 5 0 16 D 49 2B 4E
Octal 324 337 256 5 0 26 15 111 53 116
Binary 11010100 11011111 10101110 101 0 10110 1101 1001001 101011 1001110

Color Harmonies of #D4DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DFAE

Black with #D4DFAE

Text Example


Text Example

White with #D4DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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