Html Css Color HEX #DBDD63 Goldenrod

📋 copy color: '#DBDD63'

red 219 ◦ green 221 ◦ blue 99

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

Shades of Goldenrod #DBDD63

Tints of Goldenrod #DBDD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.37%

R = 40.63%
G = 41%
B = 18.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DBDD63 (or 0xDBDD63) is known color: Goldenrod. HEX triplet: DB, DD and 63. RGB value is (219,221,99). Sum of RGB (Red+Green+Blue) = 219+221+99=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD63 is #24229C. Grayscale: #CECECE. Windows color (decimal): -2368157 or 6544859. OLE color: 6544859.

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

Color convert

RGB 219 221 99 -
CMYK 0.01 0 0.55 0.13
HSL 60.98º 0.64% 0.63% -
HSV(B) 60.98º 0.55% 0.87% -
XYZ 57.32 67.67 21.85 -
YUV 206.49 67.34 136.92 -
System Red Green Blue C M Y K H S L
Decimal 219 221 99 0.01 0 0.55 0.13 60.98 0.64 0.63
Hex DB DD 63 1 0 37 D 3D 40 3F
Octal 333 335 143 1 0 67 15 75 100 77
Binary 11011011 11011101 1100011 1 0 110111 1101 111101 1000000 111111

Color Harmonies of #DBDD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD63

Black with #DBDD63

Text Example


Text Example

White with #DBDD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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