Html Css Color HEX #DADBB2 Orinoco

📋 copy color: '#DADBB2'

red 218 ◦ green 219 ◦ blue 178

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

Shades of Orinoco #DADBB2

Tints of Orinoco #DADBB2

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 218 219 178 -
CMYK 0.00 0 0.19 0.14
HSL 61.46º 0.36% 0.78% -
HSV(B) 61.46º 0.19% 0.86% -
XYZ 62.28 68.78 52.11 -
YUV 214.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 218 219 178 0.00 0 0.19 0.14 61.46 0.36 0.78
Hex DA DB B2 0 0 13 E 3D 24 4E
Octal 332 333 262 0 0 23 16 75 44 116
Binary 11011010 11011011 10110010 0 0 10011 1110 111101 100100 1001110

Color Harmonies of #DADBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBB2

Black with #DADBB2

Text Example


Text Example

White with #DADBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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