Html Css Color HEX #D5DCAB Orinoco

📋 copy color: '#D5DCAB'

red 213 ◦ green 220 ◦ blue 171

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

Shades of Orinoco #D5DCAB

Tints of Orinoco #D5DCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.31%

R = 35.26%
G = 36.42%
B = 28.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D5DCAB (or 0xD5DCAB) is known color: Orinoco. HEX triplet: D5, DC and AB. RGB value is (213,220,171). Sum of RGB (Red+Green+Blue) = 213+220+171=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCAB is #2A2354. Grayscale: #D4D4D4. Windows color (decimal): -2761557 or 11263189. OLE color: 11263189.

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

Color convert

RGB 213 220 171 -
CMYK 0.03 0 0.22 0.14
HSL 68.57º 0.41% 0.77% -
HSV(B) 68.57º 0.22% 0.86% -
XYZ 60.38 68.27 48.52 -
YUV 212.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 213 220 171 0.03 0 0.22 0.14 68.57 0.41 0.77
Hex D5 DC AB 3 0 16 E 45 29 4D
Octal 325 334 253 3 0 26 16 105 51 115
Binary 11010101 11011100 10101011 11 0 10110 1110 1000101 101001 1001101

Color Harmonies of #D5DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCAB

Black with #D5DCAB

Text Example


Text Example

White with #D5DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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