Html Css Color HEX #DBDC6F Goldenrod

📋 copy color: '#DBDC6F'

red 219 ◦ green 220 ◦ blue 111

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

Shades of Goldenrod #DBDC6F

Tints of Goldenrod #DBDC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.18%

R = 39.82%
G = 40%
B = 20.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBDC6F (or 0xDBDC6F) is known color: Goldenrod. HEX triplet: DB, DC and 6F. RGB value is (219,220,111). Sum of RGB (Red+Green+Blue) = 219+220+111=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC6F is #242390. Grayscale: #CFCFCF. Windows color (decimal): -2368401 or 7331035. OLE color: 7331035.

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

Color convert

RGB 219 220 111 -
CMYK 0.00 0 0.50 0.14
HSL 60.55º 0.61% 0.65% -
HSV(B) 60.55º 0.5% 0.86% -
XYZ 57.68 67.39 25.01 -
YUV 207.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 219 220 111 0.00 0 0.50 0.14 60.55 0.61 0.65
Hex DB DC 6F 0 0 32 E 3D 3D 41
Octal 333 334 157 0 0 62 16 75 75 101
Binary 11011011 11011100 1101111 0 0 110010 1110 111101 111101 1000001

Color Harmonies of #DBDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC6F

Black with #DBDC6F

Text Example


Text Example

White with #DBDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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