Html Css Color HEX #D5DBA3 Orinoco

📋 copy color: '#D5DBA3'

red 213 ◦ green 219 ◦ blue 163

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

Shades of Orinoco #D5DBA3

Tints of Orinoco #D5DBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.39%

R = 35.8%
G = 36.81%
B = 27.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#D5DBA3 (or 0xD5DBA3) is known color: Orinoco. HEX triplet: D5, DB and A3. RGB value is (213,219,163). Sum of RGB (Red+Green+Blue) = 213+219+163=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DBA3 is #2A245C. Grayscale: #D3D3D3. Windows color (decimal): -2761821 or 10738645. OLE color: 10738645.

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

Color convert

RGB 213 219 163 -
CMYK 0.03 0 0.26 0.14
HSL 66.43º 0.44% 0.75% -
HSV(B) 66.43º 0.26% 0.86% -
XYZ 59.38 67.45 44.54 -
YUV 210.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 213 219 163 0.03 0 0.26 0.14 66.43 0.44 0.75
Hex D5 DB A3 3 0 1A E 42 2C 4B
Octal 325 333 243 3 0 32 16 102 54 113
Binary 11010101 11011011 10100011 11 0 11010 1110 1000010 101100 1001011

Color Harmonies of #D5DBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBA3

Black with #D5DBA3

Text Example


Text Example

White with #D5DBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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