Html Css Color HEX #DBDC61 Goldenrod

📋 copy color: '#DBDC61'

red 219 ◦ green 220 ◦ blue 97

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

Shades of Goldenrod #DBDC61

Tints of Goldenrod #DBDC61

RGB

 RED value IS 219 (85.94% from 255) = 40.86%

 GREEN value IS 220 (86.33% from 255) = 41.04%

 BLUE value IS 97 (38.28% from 255) = 18.1%

R = 40.86%
G = 41.04%
B = 18.1%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBDC61 (or 0xDBDC61) is known color: Goldenrod. HEX triplet: DB, DC and 61. RGB value is (219,220,97). Sum of RGB (Red+Green+Blue) = 219+220+97=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC61 is #24239E. Grayscale: #CECECE. Windows color (decimal): -2368415 or 6413531. OLE color: 6413531.

HSL color Cylindrical-coordinate representation of color #DBDC61: hue angle of 60.49º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBDC61 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 97 -
CMYK 0.00 0 0.56 0.14
HSL 60.49º 0.64% 0.62% -
HSV(B) 60.49º 0.56% 0.86% -
XYZ 56.96 67.11 21.26 -
YUV 205.68 66.67 137.5 -
System Red Green Blue C M Y K H S L
Decimal 219 220 97 0.00 0 0.56 0.14 60.49 0.64 0.62
Hex DB DC 61 0 0 38 E 3C 40 3E
Octal 333 334 141 0 0 70 16 74 100 76
Binary 11011011 11011100 1100001 0 0 111000 1110 111100 1000000 111110

Color Harmonies of #DBDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC61

Black with #DBDC61

Text Example


Text Example

White with #DBDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC61; }

 p { color: rgb(219,220,97); }

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

background-color css

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

 a { background-color: rgb(219,220,97); }

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

border-color css

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

 span { border-color: rgb(219,220,97); }

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