Html Css Color HEX #D5DCAD Orinoco

📋 copy color: '#D5DCAD'

red 213 ◦ green 220 ◦ blue 173

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

Shades of Orinoco #D5DCAD

Tints of Orinoco #D5DCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.55%

R = 35.15%
G = 36.3%
B = 28.55%

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

#D5DCAD (or 0xD5DCAD) is known color: Orinoco. HEX triplet: D5, DC and AD. RGB value is (213,220,173). Sum of RGB (Red+Green+Blue) = 213+220+173=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCAD is #2A2352. Grayscale: #D4D4D4. Windows color (decimal): -2761555 or 11394261. OLE color: 11394261.

HSL color Cylindrical-coordinate representation of color #D5DCAD: hue angle of 68.94º degrees, saturation: 0.4, 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 #D5DCAD is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 173 -
CMYK 0.03 0 0.21 0.14
HSL 68.94º 0.4% 0.77% -
HSV(B) 68.94º 0.21% 0.86% -
XYZ 60.58 68.35 49.54 -
YUV 212.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 213 220 173 0.03 0 0.21 0.14 68.94 0.4 0.77
Hex D5 DC AD 3 0 15 E 45 28 4D
Octal 325 334 255 3 0 25 16 105 50 115
Binary 11010101 11011100 10101101 11 0 10101 1110 1000101 101000 1001101

Color Harmonies of #D5DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCAD

Black with #D5DCAD

Text Example


Text Example

White with #D5DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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