Html Css Color HEX #DBDAAE Orinoco

📋 copy color: '#DBDAAE'

red 219 ◦ green 218 ◦ blue 174

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

Shades of Orinoco #DBDAAE

Tints of Orinoco #DBDAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.48%

R = 35.84%
G = 35.68%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBDAAE (or 0xDBDAAE) is known color: Orinoco. HEX triplet: DB, DA and AE. RGB value is (219,218,174). Sum of RGB (Red+Green+Blue) = 219+218+174=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAAE is #242551. Grayscale: #D5D5D5. Windows color (decimal): -2368850 or 11459291. OLE color: 11459291.

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

Color convert

RGB 219 218 174 -
CMYK 0 0.00 0.21 0.14
HSL 58.67º 0.38% 0.77% -
HSV(B) 58.67º 0.21% 0.86% -
XYZ 61.92 68.26 49.96 -
YUV 213.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 219 218 174 0 0.00 0.21 0.14 58.67 0.38 0.77
Hex DB DA AE 0 0 15 E 3B 26 4D
Octal 333 332 256 0 0 25 16 73 46 115
Binary 11011011 11011010 10101110 0 0 10101 1110 111011 100110 1001101

Color Harmonies of #DBDAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAAE

Black with #DBDAAE

Text Example


Text Example

White with #DBDAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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