Html Css Color HEX #D5DCB5 Orinoco

📋 copy color: '#D5DCB5'

red 213 ◦ green 220 ◦ blue 181

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

Shades of Orinoco #D5DCB5

Tints of Orinoco #D5DCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

 BLUE value IS 181 (71.09% from 255) = 29.48%

R = 34.69%
G = 35.83%
B = 29.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#D5DCB5 (or 0xD5DCB5) is known color: Orinoco. HEX triplet: D5, DC and B5. RGB value is (213,220,181). Sum of RGB (Red+Green+Blue) = 213+220+181=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCB5 is #2A234A. Grayscale: #D5D5D5. Windows color (decimal): -2761547 or 11918549. OLE color: 11918549.

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

Color convert

RGB 213 220 181 -
CMYK 0.03 0 0.18 0.14
HSL 70.77º 0.36% 0.79% -
HSV(B) 70.77º 0.18% 0.86% -
XYZ 61.37 68.67 53.74 -
YUV 213.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 213 220 181 0.03 0 0.18 0.14 70.77 0.36 0.79
Hex D5 DC B5 3 0 12 E 47 24 4F
Octal 325 334 265 3 0 22 16 107 44 117
Binary 11010101 11011100 10110101 11 0 10010 1110 1000111 100100 1001111

Color Harmonies of #D5DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCB5

Black with #D5DCB5

Text Example


Text Example

White with #D5DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCB5; }

 p { color: rgb(213,220,181); }

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

background-color css

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

 a { background-color: rgb(213,220,181); }

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

border-color css

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

 span { border-color: rgb(213,220,181); }

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