Html Css Color HEX #DBDD61 Goldenrod

📋 copy color: '#DBDD61'

red 219 ◦ green 221 ◦ blue 97

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

Shades of Goldenrod #DBDD61

Tints of Goldenrod #DBDD61

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

 BLUE value IS 97 (38.28% from 255) = 18.06%

R = 40.78%
G = 41.15%
B = 18.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DBDD61 (or 0xDBDD61) is known color: Goldenrod. HEX triplet: DB, DD and 61. RGB value is (219,221,97). Sum of RGB (Red+Green+Blue) = 219+221+97=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD61 is #24229E. Grayscale: #CECECE. Windows color (decimal): -2368159 or 6413787. OLE color: 6413787.

HSL color Cylindrical-coordinate representation of color #DBDD61: hue angle of 60.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBDD61 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 97 -
CMYK 0.01 0 0.56 0.13
HSL 60.97º 0.65% 0.62% -
HSV(B) 60.97º 0.56% 0.87% -
XYZ 57.23 67.64 21.35 -
YUV 206.27 66.34 137.08 -
System Red Green Blue C M Y K H S L
Decimal 219 221 97 0.01 0 0.56 0.13 60.97 0.65 0.62
Hex DB DD 61 1 0 38 D 3D 41 3E
Octal 333 335 141 1 0 70 15 75 101 76
Binary 11011011 11011101 1100001 1 0 111000 1101 111101 1000001 111110

Color Harmonies of #DBDD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD61

Black with #DBDD61

Text Example


Text Example

White with #DBDD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD61; }

 p { color: rgb(219,221,97); }

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

background-color css

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

 a { background-color: rgb(219,221,97); }

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

border-color css

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

 span { border-color: rgb(219,221,97); }

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