Html Css Color HEX #D5DBAD Orinoco

📋 copy color: '#D5DBAD'

red 213 ◦ green 219 ◦ blue 173

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

Shades of Orinoco #D5DBAD

Tints of Orinoco #D5DBAD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

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

R = 35.21%
G = 36.2%
B = 28.6%

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

#D5DBAD (or 0xD5DBAD) is known color: Orinoco. HEX triplet: D5, DB and AD. RGB value is (213,219,173). Sum of RGB (Red+Green+Blue) = 213+219+173=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DBAD is #2A2452. Grayscale: #D4D4D4. Windows color (decimal): -2761811 or 11394005. OLE color: 11394005.

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

Color convert

RGB 213 219 173 -
CMYK 0.03 0 0.21 0.14
HSL 67.83º 0.39% 0.77% -
HSV(B) 67.83º 0.21% 0.86% -
XYZ 60.31 67.83 49.45 -
YUV 211.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 213 219 173 0.03 0 0.21 0.14 67.83 0.39 0.77
Hex D5 DB AD 3 0 15 E 44 27 4D
Octal 325 333 255 3 0 25 16 104 47 115
Binary 11010101 11011011 10101101 11 0 10101 1110 1000100 100111 1001101

Color Harmonies of #D5DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBAD

Black with #D5DBAD

Text Example


Text Example

White with #D5DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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