Html Css Color HEX #D5DFAC Orinoco

📋 copy color: '#D5DFAC'

red 213 ◦ green 223 ◦ blue 172

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

Shades of Orinoco #D5DFAC

Tints of Orinoco #D5DFAC

RGB

 RED value IS 213 (83.59% from 255) = 35.03%

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

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

R = 35.03%
G = 36.68%
B = 28.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D5DFAC (or 0xD5DFAC) is known color: Orinoco. HEX triplet: D5, DF and AC. RGB value is (213,223,172). Sum of RGB (Red+Green+Blue) = 213+223+172=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DFAC is #2A2053. Grayscale: #D6D6D6. Windows color (decimal): -2760788 or 11329493. OLE color: 11329493.

HSL color Cylindrical-coordinate representation of color #D5DFAC: hue angle of 71.76º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5DFAC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 172 -
CMYK 0.04 0 0.23 0.13
HSL 71.76º 0.44% 0.77% -
HSV(B) 71.76º 0.23% 0.87% -
XYZ 61.27 69.9 49.29 -
YUV 214.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 213 223 172 0.04 0 0.23 0.13 71.76 0.44 0.77
Hex D5 DF AC 4 0 17 D 48 2C 4D
Octal 325 337 254 4 0 27 15 110 54 115
Binary 11010101 11011111 10101100 100 0 10111 1101 1001000 101100 1001101

Color Harmonies of #D5DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFAC

Black with #D5DFAC

Text Example


Text Example

White with #D5DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFAC; }

 p { color: rgb(213,223,172); }

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

background-color css

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

 a { background-color: rgb(213,223,172); }

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

border-color css

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

 span { border-color: rgb(213,223,172); }

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