Html Css Color HEX #D0D79F Orinoco

📋 copy color: '#D0D79F'

red 208 ◦ green 215 ◦ blue 159

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

Shades of Orinoco #D0D79F

Tints of Orinoco #D0D79F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

 BLUE value IS 159 (62.5% from 255) = 27.32%

R = 35.74%
G = 36.94%
B = 27.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D0D79F (or 0xD0D79F) is known color: Orinoco. HEX triplet: D0, D7 and 9F. RGB value is (208,215,159). Sum of RGB (Red+Green+Blue) = 208+215+159=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D79F is #2F2860. Grayscale: #CECECE. Windows color (decimal): -3090529 or 10475472. OLE color: 10475472.

HSL color Cylindrical-coordinate representation of color #D0D79F: hue angle of 67.5º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0D79F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 159 -
CMYK 0.03 0 0.26 0.16
HSL 67.5º 0.41% 0.73% -
HSV(B) 67.5º 0.26% 0.84% -
XYZ 56.57 64.51 42.27 -
YUV 206.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 208 215 159 0.03 0 0.26 0.16 67.5 0.41 0.73
Hex D0 D7 9F 3 0 1A 10 44 29 49
Octal 320 327 237 3 0 32 20 104 51 111
Binary 11010000 11010111 10011111 11 0 11010 10000 1000100 101001 1001001

Color Harmonies of #D0D79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D79F

Black with #D0D79F

Text Example


Text Example

White with #D0D79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D79F; }

 p { color: rgb(208,215,159); }

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

background-color css

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

 a { background-color: rgb(208,215,159); }

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

border-color css

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

 span { border-color: rgb(208,215,159); }

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