Html Css Color HEX #D4DBAE Orinoco

📋 copy color: '#D4DBAE'

red 212 ◦ green 219 ◦ blue 174

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

Shades of Orinoco #D4DBAE

Tints of Orinoco #D4DBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

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

R = 35.04%
G = 36.2%
B = 28.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D4DBAE (or 0xD4DBAE) is known color: Orinoco. HEX triplet: D4, DB and AE. RGB value is (212,219,174). Sum of RGB (Red+Green+Blue) = 212+219+174=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DBAE is #2B2451. Grayscale: #D3D3D3. Windows color (decimal): -2827346 or 11459540. OLE color: 11459540.

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

Color convert

RGB 212 219 174 -
CMYK 0.03 0 0.21 0.14
HSL 69.33º 0.38% 0.77% -
HSV(B) 69.33º 0.21% 0.86% -
XYZ 60.12 67.72 49.95 -
YUV 211.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 212 219 174 0.03 0 0.21 0.14 69.33 0.38 0.77
Hex D4 DB AE 3 0 15 E 45 26 4D
Octal 324 333 256 3 0 25 16 105 46 115
Binary 11010100 11011011 10101110 11 0 10101 1110 1000101 100110 1001101

Color Harmonies of #D4DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBAE

Black with #D4DBAE

Text Example


Text Example

White with #D4DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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