Html Css Color HEX #DBDC62 Goldenrod

📋 copy color: '#DBDC62'

red 219 ◦ green 220 ◦ blue 98

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

Shades of Goldenrod #DBDC62

Tints of Goldenrod #DBDC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.25%

R = 40.78%
G = 40.97%
B = 18.25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBDC62 (or 0xDBDC62) is known color: Goldenrod. HEX triplet: DB, DC and 62. RGB value is (219,220,98). Sum of RGB (Red+Green+Blue) = 219+220+98=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC62 is #24239D. Grayscale: #CECECE. Windows color (decimal): -2368414 or 6479067. OLE color: 6479067.

HSL color Cylindrical-coordinate representation of color #DBDC62: 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.55%. Process color model (Four color, CMYK) of #DBDC62 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 98 -
CMYK 0.00 0 0.55 0.14
HSL 60.49º 0.64% 0.62% -
HSV(B) 60.49º 0.55% 0.86% -
XYZ 57.01 67.13 21.51 -
YUV 205.79 67.17 137.42 -
System Red Green Blue C M Y K H S L
Decimal 219 220 98 0.00 0 0.55 0.14 60.49 0.64 0.62
Hex DB DC 62 0 0 37 E 3C 40 3E
Octal 333 334 142 0 0 67 16 74 100 76
Binary 11011011 11011100 1100010 0 0 110111 1110 111100 1000000 111110

Color Harmonies of #DBDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC62

Black with #DBDC62

Text Example


Text Example

White with #DBDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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