Html Css Color HEX #DADAB3 Orinoco

📋 copy color: '#DADAB3'

red 218 ◦ green 218 ◦ blue 179

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

Shades of Orinoco #DADAB3

Tints of Orinoco #DADAB3

RGB

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

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

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

R = 35.45%
G = 35.45%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DADAB3 (or 0xDADAB3) is known color: Orinoco. HEX triplet: DA, DA and B3. RGB value is (218,218,179). Sum of RGB (Red+Green+Blue) = 218+218+179=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAB3 is #25254C. Grayscale: #D5D5D5. Windows color (decimal): -2434381 or 11786970. OLE color: 11786970.

HSL color Cylindrical-coordinate representation of color #DADAB3: hue angle of 60º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DADAB3 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 179 -
CMYK 0 0 0.18 0.15
HSL 60º 0.35% 0.78% -
HSV(B) 60º 0.18% 0.85% -
XYZ 62.12 68.3 52.56 -
YUV 213.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 218 218 179 0 0 0.18 0.15 60 0.35 0.78
Hex DA DA B3 0 0 12 F 3C 23 4E
Octal 332 332 263 0 0 22 17 74 43 116
Binary 11011010 11011010 10110011 0 0 10010 1111 111100 100011 1001110

Color Harmonies of #DADAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAB3

Black with #DADAB3

Text Example


Text Example

White with #DADAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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