Html Css Color HEX #DBDC70 Goldenrod

📋 copy color: '#DBDC70'

red 219 ◦ green 220 ◦ blue 112

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

Shades of Goldenrod #DBDC70

Tints of Goldenrod #DBDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.33%

R = 39.75%
G = 39.93%
B = 20.33%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBDC70 (or 0xDBDC70) is known color: Goldenrod. HEX triplet: DB, DC and 70. RGB value is (219,220,112). Sum of RGB (Red+Green+Blue) = 219+220+112=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC70 is #24238F. Grayscale: #CFCFCF. Windows color (decimal): -2368400 or 7396571. OLE color: 7396571.

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

Color convert

RGB 219 220 112 -
CMYK 0.00 0 0.49 0.14
HSL 60.56º 0.61% 0.65% -
HSV(B) 60.56º 0.49% 0.86% -
XYZ 57.73 67.42 25.3 -
YUV 207.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 219 220 112 0.00 0 0.49 0.14 60.56 0.61 0.65
Hex DB DC 70 0 0 31 E 3D 3D 41
Octal 333 334 160 0 0 61 16 75 75 101
Binary 11011011 11011100 1110000 0 0 110001 1110 111101 111101 1000001

Color Harmonies of #DBDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC70

Black with #DBDC70

Text Example


Text Example

White with #DBDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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