Html Css Color HEX #DBDC71 Goldenrod

📋 copy color: '#DBDC71'

red 219 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #DBDC71

Tints of Goldenrod #DBDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.47%

R = 39.67%
G = 39.86%
B = 20.47%

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

#DBDC71 (or 0xDBDC71) is known color: Goldenrod. HEX triplet: DB, DC and 71. RGB value is (219,220,113). Sum of RGB (Red+Green+Blue) = 219+220+113=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC71 is #24238E. Grayscale: #CFCFCF. Windows color (decimal): -2368399 or 7462107. OLE color: 7462107.

HSL color Cylindrical-coordinate representation of color #DBDC71: hue angle of 60.56º degrees, saturation: 0.6, 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 #DBDC71 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 113 -
CMYK 0.00 0 0.49 0.14
HSL 60.56º 0.6% 0.65% -
HSV(B) 60.56º 0.49% 0.86% -
XYZ 57.79 67.44 25.59 -
YUV 207.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 219 220 113 0.00 0 0.49 0.14 60.56 0.6 0.65
Hex DB DC 71 0 0 31 E 3D 3C 41
Octal 333 334 161 0 0 61 16 75 74 101
Binary 11011011 11011100 1110001 0 0 110001 1110 111101 111100 1000001

Color Harmonies of #DBDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC71

Black with #DBDC71

Text Example


Text Example

White with #DBDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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