Html Css Color HEX #D5DFB0 Orinoco

📋 copy color: '#D5DFB0'

red 213 ◦ green 223 ◦ blue 176

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

Shades of Orinoco #D5DFB0

Tints of Orinoco #D5DFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.76%

R = 34.8%
G = 36.44%
B = 28.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D5DFB0 (or 0xD5DFB0) is known color: Orinoco. HEX triplet: D5, DF and B0. RGB value is (213,223,176). Sum of RGB (Red+Green+Blue) = 213+223+176=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DFB0 is #2A204F. Grayscale: #D6D6D6. Windows color (decimal): -2760784 or 11591637. OLE color: 11591637.

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

Color convert

RGB 213 223 176 -
CMYK 0.04 0 0.21 0.13
HSL 72.77º 0.42% 0.78% -
HSV(B) 72.77º 0.21% 0.87% -
XYZ 61.66 70.06 51.35 -
YUV 214.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 213 223 176 0.04 0 0.21 0.13 72.77 0.42 0.78
Hex D5 DF B0 4 0 15 D 49 2A 4E
Octal 325 337 260 4 0 25 15 111 52 116
Binary 11010101 11011111 10110000 100 0 10101 1101 1001001 101010 1001110

Color Harmonies of #D5DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFB0

Black with #D5DFB0

Text Example


Text Example

White with #D5DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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