Html Css Color HEX #D0D39C Orinoco

📋 copy color: '#D0D39C'

red 208 ◦ green 211 ◦ blue 156

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

Shades of Orinoco #D0D39C

Tints of Orinoco #D0D39C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.7%

 BLUE value IS 156 (61.33% from 255) = 27.13%

R = 36.17%
G = 36.7%
B = 27.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D0D39C (or 0xD0D39C) is known color: Orinoco. HEX triplet: D0, D3 and 9C. RGB value is (208,211,156). Sum of RGB (Red+Green+Blue) = 208+211+156=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D39C is #2F2C63. Grayscale: #CCCCCC. Windows color (decimal): -3091556 or 10277840. OLE color: 10277840.

HSL color Cylindrical-coordinate representation of color #D0D39C: hue angle of 63.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0D39C is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 211 156 -
CMYK 0.01 0 0.26 0.17
HSL 63.27º 0.38% 0.72% -
HSV(B) 63.27º 0.26% 0.83% -
XYZ 55.31 62.4 40.58 -
YUV 203.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 208 211 156 0.01 0 0.26 0.17 63.27 0.38 0.72
Hex D0 D3 9C 1 0 1A 11 3F 26 48
Octal 320 323 234 1 0 32 21 77 46 110
Binary 11010000 11010011 10011100 1 0 11010 10001 111111 100110 1001000

Color Harmonies of #D0D39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D39C

Black with #D0D39C

Text Example


Text Example

White with #D0D39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D39C; }

 p { color: rgb(208,211,156); }

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

background-color css

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

 a { background-color: rgb(208,211,156); }

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

border-color css

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

 span { border-color: rgb(208,211,156); }

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