Html Css Color HEX #D0DCA9 Orinoco

📋 copy color: '#D0DCA9'

red 208 ◦ green 220 ◦ blue 169

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

Shades of Orinoco #D0DCA9

Tints of Orinoco #D0DCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.31%

R = 34.84%
G = 36.85%
B = 28.31%

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

#D0DCA9 (or 0xD0DCA9) is known color: Orinoco. HEX triplet: D0, DC and A9. RGB value is (208,220,169). Sum of RGB (Red+Green+Blue) = 208+220+169=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCA9 is #2F2356. Grayscale: #D2D2D2. Windows color (decimal): -3089239 or 11132112. OLE color: 11132112.

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

Color convert

RGB 208 220 169 -
CMYK 0.05 0 0.23 0.14
HSL 74.12º 0.42% 0.76% -
HSV(B) 74.12º 0.23% 0.86% -
XYZ 58.77 67.46 47.46 -
YUV 210.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 208 220 169 0.05 0 0.23 0.14 74.12 0.42 0.76
Hex D0 DC A9 5 0 17 E 4A 2A 4C
Octal 320 334 251 5 0 27 16 112 52 114
Binary 11010000 11011100 10101001 101 0 10111 1110 1001010 101010 1001100

Color Harmonies of #D0DCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCA9

Black with #D0DCA9

Text Example


Text Example

White with #D0DCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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