Html Css Color HEX #DADBB8 Orinoco

📋 copy color: '#DADBB8'

red 218 ◦ green 219 ◦ blue 184

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

Shades of Orinoco #DADBB8

Tints of Orinoco #DADBB8

RGB

 RED value IS 218 (85.55% from 255) = 35.1%

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

 BLUE value IS 184 (72.27% from 255) = 29.63%

R = 35.1%
G = 35.27%
B = 29.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DADBB8 (or 0xDADBB8) is known color: Orinoco. HEX triplet: DA, DB and B8. RGB value is (218,219,184). Sum of RGB (Red+Green+Blue) = 218+219+184=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBB8 is #252447. Grayscale: #D6D6D6. Windows color (decimal): -2434120 or 12114906. OLE color: 12114906.

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

Color convert

RGB 218 219 184 -
CMYK 0.00 0 0.16 0.14
HSL 61.71º 0.33% 0.79% -
HSV(B) 61.71º 0.16% 0.86% -
XYZ 62.9 69.03 55.36 -
YUV 214.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 218 219 184 0.00 0 0.16 0.14 61.71 0.33 0.79
Hex DA DB B8 0 0 10 E 3E 21 4F
Octal 332 333 270 0 0 20 16 76 41 117
Binary 11011010 11011011 10111000 0 0 10000 1110 111110 100001 1001111

Color Harmonies of #DADBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBB8

Black with #DADBB8

Text Example


Text Example

White with #DADBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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