Html Css Color HEX #D0D592 Deco

📋 copy color: '#D0D592'

red 208 ◦ green 213 ◦ blue 146

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

Shades of Deco #D0D592

Tints of Deco #D0D592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.75%

R = 36.68%
G = 37.57%
B = 25.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D0D592 (or 0xD0D592) is known color: Deco. HEX triplet: D0, D5 and 92. RGB value is (208,213,146). Sum of RGB (Red+Green+Blue) = 208+213+146=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D592 is #2F2A6D. Grayscale: #CCCCCC. Windows color (decimal): -3091054 or 9622992. OLE color: 9622992.

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

Color convert

RGB 208 213 146 -
CMYK 0.02 0 0.31 0.16
HSL 64.48º 0.44% 0.7% -
HSV(B) 64.48º 0.31% 0.84% -
XYZ 54.99 63.07 36.47 -
YUV 203.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 208 213 146 0.02 0 0.31 0.16 64.48 0.44 0.7
Hex D0 D5 92 2 0 1F 10 40 2C 46
Octal 320 325 222 2 0 37 20 100 54 106
Binary 11010000 11010101 10010010 10 0 11111 10000 1000000 101100 1000110

Color Harmonies of #D0D592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D592

Black with #D0D592

Text Example


Text Example

White with #D0D592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D592; }

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

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

background-color css

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

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

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

border-color css

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

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

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