Html Css Color HEX #DBDAB4 Orinoco

📋 copy color: '#DBDAB4'

red 219 ◦ green 218 ◦ blue 180

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

Shades of Orinoco #DBDAB4

Tints of Orinoco #DBDAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.17%

R = 35.49%
G = 35.33%
B = 29.17%

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

#DBDAB4 (or 0xDBDAB4) is known color: Orinoco. HEX triplet: DB, DA and B4. RGB value is (219,218,180). Sum of RGB (Red+Green+Blue) = 219+218+180=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAB4 is #24254B. Grayscale: #D6D6D6. Windows color (decimal): -2368844 or 11852507. OLE color: 11852507.

HSL color Cylindrical-coordinate representation of color #DBDAB4: hue angle of 58.46º degrees, saturation: 0.35, 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 #DBDAB4 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 180 -
CMYK 0 0.00 0.18 0.14
HSL 58.46º 0.35% 0.78% -
HSV(B) 58.46º 0.18% 0.86% -
XYZ 62.52 68.5 53.11 -
YUV 213.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 219 218 180 0 0.00 0.18 0.14 58.46 0.35 0.78
Hex DB DA B4 0 0 12 E 3A 23 4E
Octal 333 332 264 0 0 22 16 72 43 116
Binary 11011011 11011010 10110100 0 0 10010 1110 111010 100011 1001110

Color Harmonies of #DBDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAB4

Black with #DBDAB4

Text Example


Text Example

White with #DBDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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