Html Css Color HEX #DBDC77 Goldenrod

📋 copy color: '#DBDC77'

red 219 ◦ green 220 ◦ blue 119

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

Shades of Goldenrod #DBDC77

Tints of Goldenrod #DBDC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.33%

R = 39.25%
G = 39.43%
B = 21.33%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBDC77 (or 0xDBDC77) is known color: Goldenrod. HEX triplet: DB, DC and 77. RGB value is (219,220,119). Sum of RGB (Red+Green+Blue) = 219+220+119=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC77 is #242388. Grayscale: #D0D0D0. Windows color (decimal): -2368393 or 7855323. OLE color: 7855323.

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

Color convert

RGB 219 220 119 -
CMYK 0.00 0 0.46 0.14
HSL 60.59º 0.59% 0.66% -
HSV(B) 60.59º 0.46% 0.86% -
XYZ 58.14 67.58 27.43 -
YUV 208.19 77.67 135.71 -
System Red Green Blue C M Y K H S L
Decimal 219 220 119 0.00 0 0.46 0.14 60.59 0.59 0.66
Hex DB DC 77 0 0 2E E 3D 3B 42
Octal 333 334 167 0 0 56 16 75 73 102
Binary 11011011 11011100 1110111 0 0 101110 1110 111101 111011 1000010

Color Harmonies of #DBDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC77

Black with #DBDC77

Text Example


Text Example

White with #DBDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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