Html Css Color HEX #DBDA65 Goldenrod

📋 copy color: '#DBDA65'

red 219 ◦ green 218 ◦ blue 101

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

Shades of Goldenrod #DBDA65

Tints of Goldenrod #DBDA65

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 101 (39.84% from 255) = 18.77%

R = 40.71%
G = 40.52%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBDA65 (or 0xDBDA65) is known color: Goldenrod. HEX triplet: DB, DA and 65. RGB value is (219,218,101). Sum of RGB (Red+Green+Blue) = 219+218+101=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA65 is #24259A. Grayscale: #CDCDCD. Windows color (decimal): -2368923 or 6675163. OLE color: 6675163.

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

Color convert

RGB 219 218 101 -
CMYK 0 0.00 0.54 0.14
HSL 59.49º 0.62% 0.63% -
HSV(B) 59.49º 0.54% 0.86% -
XYZ 56.63 66.14 22.09 -
YUV 204.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 219 218 101 0 0.00 0.54 0.14 59.49 0.62 0.63
Hex DB DA 65 0 0 36 E 3B 3E 3F
Octal 333 332 145 0 0 66 16 73 76 77
Binary 11011011 11011010 1100101 0 0 110110 1110 111011 111110 111111

Color Harmonies of #DBDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA65

Black with #DBDA65

Text Example


Text Example

White with #DBDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA65; }

 p { color: rgb(219,218,101); }

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

background-color css

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

 a { background-color: rgb(219,218,101); }

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

border-color css

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

 span { border-color: rgb(219,218,101); }

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