Html Css Color HEX #DBDC74 Goldenrod

📋 copy color: '#DBDC74'

red 219 ◦ green 220 ◦ blue 116

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

Shades of Goldenrod #DBDC74

Tints of Goldenrod #DBDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.9%

R = 39.46%
G = 39.64%
B = 20.9%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBDC74 (or 0xDBDC74) is known color: Goldenrod. HEX triplet: DB, DC and 74. RGB value is (219,220,116). Sum of RGB (Red+Green+Blue) = 219+220+116=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC74 is #24238B. Grayscale: #D0D0D0. Windows color (decimal): -2368396 or 7658715. OLE color: 7658715.

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

Color convert

RGB 219 220 116 -
CMYK 0.00 0 0.47 0.14
HSL 60.58º 0.6% 0.66% -
HSV(B) 60.58º 0.47% 0.86% -
XYZ 57.96 67.51 26.5 -
YUV 207.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 219 220 116 0.00 0 0.47 0.14 60.58 0.6 0.66
Hex DB DC 74 0 0 2F E 3D 3C 42
Octal 333 334 164 0 0 57 16 75 74 102
Binary 11011011 11011100 1110100 0 0 101111 1110 111101 111100 1000010

Color Harmonies of #DBDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC74

Black with #DBDC74

Text Example


Text Example

White with #DBDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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