Html Css Color HEX #D0D59F Orinoco

📋 copy color: '#D0D59F'

red 208 ◦ green 213 ◦ blue 159

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

Shades of Orinoco #D0D59F

Tints of Orinoco #D0D59F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.72%

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

R = 35.86%
G = 36.72%
B = 27.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D0D59F (or 0xD0D59F) is known color: Orinoco. HEX triplet: D0, D5 and 9F. RGB value is (208,213,159). Sum of RGB (Red+Green+Blue) = 208+213+159=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D59F is #2F2A60. Grayscale: #CDCDCD. Windows color (decimal): -3091041 or 10474960. OLE color: 10474960.

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

Color convert

RGB 208 213 159 -
CMYK 0.02 0 0.25 0.16
HSL 65.56º 0.39% 0.73% -
HSV(B) 65.56º 0.25% 0.84% -
XYZ 56.06 63.5 42.1 -
YUV 205.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 208 213 159 0.02 0 0.25 0.16 65.56 0.39 0.73
Hex D0 D5 9F 2 0 19 10 42 27 49
Octal 320 325 237 2 0 31 20 102 47 111
Binary 11010000 11010101 10011111 10 0 11001 10000 1000010 100111 1001001

Color Harmonies of #D0D59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D59F

Black with #D0D59F

Text Example


Text Example

White with #D0D59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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