Html Css Color HEX #DBDBAD Orinoco

📋 copy color: '#DBDBAD'

red 219 ◦ green 219 ◦ blue 173

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

Shades of Orinoco #DBDBAD

Tints of Orinoco #DBDBAD

RGB

 RED value IS 219 (85.94% from 255) = 35.84%

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

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

R = 35.84%
G = 35.84%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBDBAD (or 0xDBDBAD) is known color: Orinoco. HEX triplet: DB, DB and AD. RGB value is (219,219,173). Sum of RGB (Red+Green+Blue) = 219+219+173=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBAD is #242452. Grayscale: #D5D5D5. Windows color (decimal): -2368595 or 11394011. OLE color: 11394011.

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

Color convert

RGB 219 219 173 -
CMYK 0 0 0.21 0.14
HSL 60º 0.39% 0.77% -
HSV(B) 60º 0.21% 0.86% -
XYZ 62.09 68.74 49.53 -
YUV 213.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 219 219 173 0 0 0.21 0.14 60 0.39 0.77
Hex DB DB AD 0 0 15 E 3C 27 4D
Octal 333 333 255 0 0 25 16 74 47 115
Binary 11011011 11011011 10101101 0 0 10101 1110 111100 100111 1001101

Color Harmonies of #DBDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBAD

Black with #DBDBAD

Text Example


Text Example

White with #DBDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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