Html Css Color HEX #DBDAB2 Orinoco

📋 copy color: '#DBDAB2'

red 219 ◦ green 218 ◦ blue 178

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

Shades of Orinoco #DBDAB2

Tints of Orinoco #DBDAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.45%

 BLUE value IS 178 (69.92% from 255) = 28.94%

R = 35.61%
G = 35.45%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBDAB2 (or 0xDBDAB2) is known color: Orinoco. HEX triplet: DB, DA and B2. RGB value is (219,218,178). Sum of RGB (Red+Green+Blue) = 219+218+178=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAB2 is #24254D. Grayscale: #D5D5D5. Windows color (decimal): -2368846 or 11721435. OLE color: 11721435.

HSL color Cylindrical-coordinate representation of color #DBDAB2: hue angle of 58.54º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBDAB2 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 178 -
CMYK 0 0.00 0.19 0.14
HSL 58.54º 0.36% 0.78% -
HSV(B) 58.54º 0.19% 0.86% -
XYZ 62.32 68.42 52.04 -
YUV 213.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 219 218 178 0 0.00 0.19 0.14 58.54 0.36 0.78
Hex DB DA B2 0 0 13 E 3B 24 4E
Octal 333 332 262 0 0 23 16 73 44 116
Binary 11011011 11011010 10110010 0 0 10011 1110 111011 100100 1001110

Color Harmonies of #DBDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAB2

Black with #DBDAB2

Text Example


Text Example

White with #DBDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAB2; }

 p { color: rgb(219,218,178); }

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

background-color css

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

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

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

border-color css

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

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

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