Html Css Color HEX #D0DCAA Orinoco

📋 copy color: '#D0DCAA'

red 208 ◦ green 220 ◦ blue 170

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

Shades of Orinoco #D0DCAA

Tints of Orinoco #D0DCAA

RGB

 RED value IS 208 (81.64% from 255) = 34.78%

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

 BLUE value IS 170 (66.8% from 255) = 28.43%

R = 34.78%
G = 36.79%
B = 28.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#D0DCAA (or 0xD0DCAA) is known color: Orinoco. HEX triplet: D0, DC and AA. RGB value is (208,220,170). Sum of RGB (Red+Green+Blue) = 208+220+170=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCAA is #2F2355. Grayscale: #D2D2D2. Windows color (decimal): -3089238 or 11197648. OLE color: 11197648.

HSL color Cylindrical-coordinate representation of color #D0DCAA: hue angle of 74.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0DCAA is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 170 -
CMYK 0.05 0 0.23 0.14
HSL 74.4º 0.42% 0.76% -
HSV(B) 74.4º 0.23% 0.86% -
XYZ 58.86 67.5 47.96 -
YUV 210.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 208 220 170 0.05 0 0.23 0.14 74.4 0.42 0.76
Hex D0 DC AA 5 0 17 E 4A 2A 4C
Octal 320 334 252 5 0 27 16 112 52 114
Binary 11010000 11011100 10101010 101 0 10111 1110 1001010 101010 1001100

Color Harmonies of #D0DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCAA

Black with #D0DCAA

Text Example


Text Example

White with #D0DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCAA; }

 p { color: rgb(208,220,170); }

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

background-color css

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

 a { background-color: rgb(208,220,170); }

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

border-color css

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

 span { border-color: rgb(208,220,170); }

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