Html Css Color HEX #D0D59C Orinoco

📋 copy color: '#D0D59C'

red 208 ◦ green 213 ◦ blue 156

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

Shades of Orinoco #D0D59C

Tints of Orinoco #D0D59C

RGB

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

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

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

R = 36.05%
G = 36.92%
B = 27.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D0D59C (or 0xD0D59C) is known color: Orinoco. HEX triplet: D0, D5 and 9C. RGB value is (208,213,156). Sum of RGB (Red+Green+Blue) = 208+213+156=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D59C is #2F2A63. Grayscale: #CDCDCD. Windows color (decimal): -3091044 or 10278352. OLE color: 10278352.

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

Color convert

RGB 208 213 156 -
CMYK 0.02 0 0.27 0.16
HSL 65.26º 0.4% 0.72% -
HSV(B) 65.26º 0.27% 0.84% -
XYZ 55.81 63.4 40.75 -
YUV 205.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 208 213 156 0.02 0 0.27 0.16 65.26 0.4 0.72
Hex D0 D5 9C 2 0 1B 10 41 28 48
Octal 320 325 234 2 0 33 20 101 50 110
Binary 11010000 11010101 10011100 10 0 11011 10000 1000001 101000 1001000

Color Harmonies of #D0D59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D59C

Black with #D0D59C

Text Example


Text Example

White with #D0D59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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