Html Css Color HEX #DADCB7 Orinoco

📋 copy color: '#DADCB7'

red 218 ◦ green 220 ◦ blue 183

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

Shades of Orinoco #DADCB7

Tints of Orinoco #DADCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.47%

R = 35.1%
G = 35.43%
B = 29.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DADCB7 (or 0xDADCB7) is known color: Orinoco. HEX triplet: DA, DC and B7. RGB value is (218,220,183). Sum of RGB (Red+Green+Blue) = 218+220+183=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCB7 is #252348. Grayscale: #D7D7D7. Windows color (decimal): -2433865 or 12049626. OLE color: 12049626.

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

Color convert

RGB 218 220 183 -
CMYK 0.01 0 0.17 0.14
HSL 63.24º 0.35% 0.79% -
HSV(B) 63.24º 0.17% 0.86% -
XYZ 63.05 69.51 54.89 -
YUV 215.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 218 220 183 0.01 0 0.17 0.14 63.24 0.35 0.79
Hex DA DC B7 1 0 11 E 3F 23 4F
Octal 332 334 267 1 0 21 16 77 43 117
Binary 11011010 11011100 10110111 1 0 10001 1110 111111 100011 1001111

Color Harmonies of #DADCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCB7

Black with #DADCB7

Text Example


Text Example

White with #DADCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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