Html Css Color HEX #DBDAB3 Orinoco

📋 copy color: '#DBDAB3'

red 219 ◦ green 218 ◦ blue 179

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

Shades of Orinoco #DBDAB3

Tints of Orinoco #DBDAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.06%

R = 35.55%
G = 35.39%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DBDAB3 (or 0xDBDAB3) is known color: Orinoco. HEX triplet: DB, DA and B3. RGB value is (219,218,179). Sum of RGB (Red+Green+Blue) = 219+218+179=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 179 (70.31% from 255 or 29.06% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAB3 is #24254C. Grayscale: #D6D6D6. Windows color (decimal): -2368845 or 11786971. OLE color: 11786971.

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

Color convert

RGB 219 218 179 -
CMYK 0 0.00 0.18 0.14
HSL 58.5º 0.36% 0.78% -
HSV(B) 58.5º 0.18% 0.86% -
XYZ 62.42 68.46 52.57 -
YUV 213.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 219 218 179 0 0.00 0.18 0.14 58.5 0.36 0.78
Hex DB DA B3 0 0 12 E 3A 24 4E
Octal 333 332 263 0 0 22 16 72 44 116
Binary 11011011 11011010 10110011 0 0 10010 1110 111010 100100 1001110

Color Harmonies of #DBDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAB3

Black with #DBDAB3

Text Example


Text Example

White with #DBDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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