Html Css Color HEX #DADCB9 Orinoco

📋 copy color: '#DADCB9'

red 218 ◦ green 220 ◦ blue 185

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

Shades of Orinoco #DADCB9

Tints of Orinoco #DADCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.31%

 BLUE value IS 185 (72.66% from 255) = 29.7%

R = 34.99%
G = 35.31%
B = 29.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DADCB9 (or 0xDADCB9) is known color: Orinoco. HEX triplet: DA, DC and B9. RGB value is (218,220,185). Sum of RGB (Red+Green+Blue) = 218+220+185=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCB9 is #252346. Grayscale: #D7D7D7. Windows color (decimal): -2433863 or 12180698. OLE color: 12180698.

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

Color convert

RGB 218 220 185 -
CMYK 0.01 0 0.16 0.14
HSL 63.43º 0.33% 0.79% -
HSV(B) 63.43º 0.16% 0.86% -
XYZ 63.26 69.59 56 -
YUV 215.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 218 220 185 0.01 0 0.16 0.14 63.43 0.33 0.79
Hex DA DC B9 1 0 10 E 3F 21 4F
Octal 332 334 271 1 0 20 16 77 41 117
Binary 11011010 11011100 10111001 1 0 10000 1110 111111 100001 1001111

Color Harmonies of #DADCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCB9

Black with #DADCB9

Text Example


Text Example

White with #DADCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCB9; }

 p { color: rgb(218,220,185); }

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

background-color css

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

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

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

border-color css

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

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

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