Html Css Color HEX #DBDC75 Goldenrod

📋 copy color: '#DBDC75'

red 219 ◦ green 220 ◦ blue 117

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

Shades of Goldenrod #DBDC75

Tints of Goldenrod #DBDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.04%

R = 39.39%
G = 39.57%
B = 21.04%

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

#DBDC75 (or 0xDBDC75) is known color: Goldenrod. HEX triplet: DB, DC and 75. RGB value is (219,220,117). Sum of RGB (Red+Green+Blue) = 219+220+117=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC75 is #24238A. Grayscale: #D0D0D0. Windows color (decimal): -2368395 or 7724251. OLE color: 7724251.

HSL color Cylindrical-coordinate representation of color #DBDC75: 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 #DBDC75 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 117 -
CMYK 0.00 0 0.47 0.14
HSL 60.58º 0.6% 0.66% -
HSV(B) 60.58º 0.47% 0.86% -
XYZ 58.02 67.53 26.81 -
YUV 207.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 219 220 117 0.00 0 0.47 0.14 60.58 0.6 0.66
Hex DB DC 75 0 0 2F E 3D 3C 42
Octal 333 334 165 0 0 57 16 75 74 102
Binary 11011011 11011100 1110101 0 0 101111 1110 111101 111100 1000010

Color Harmonies of #DBDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC75

Black with #DBDC75

Text Example


Text Example

White with #DBDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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