Html Css Color HEX #DBDA75 Goldenrod

📋 copy color: '#DBDA75'

red 219 ◦ green 218 ◦ blue 117

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

Shades of Goldenrod #DBDA75

Tints of Goldenrod #DBDA75

RGB

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

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

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

R = 39.53%
G = 39.35%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBDA75 (or 0xDBDA75) is known color: Goldenrod. HEX triplet: DB, DA and 75. RGB value is (219,218,117). Sum of RGB (Red+Green+Blue) = 219+218+117=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA75 is #24258A. Grayscale: #CFCFCF. Windows color (decimal): -2368907 or 7723739. OLE color: 7723739.

HSL color Cylindrical-coordinate representation of color #DBDA75: hue angle of 59.41º degrees, saturation: 0.59, 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 #DBDA75 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 117 -
CMYK 0 0.00 0.47 0.14
HSL 59.41º 0.59% 0.66% -
HSV(B) 59.41º 0.47% 0.86% -
XYZ 57.5 66.49 26.63 -
YUV 206.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 219 218 117 0 0.00 0.47 0.14 59.41 0.59 0.66
Hex DB DA 75 0 0 2F E 3B 3B 42
Octal 333 332 165 0 0 57 16 73 73 102
Binary 11011011 11011010 1110101 0 0 101111 1110 111011 111011 1000010

Color Harmonies of #DBDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA75

Black with #DBDA75

Text Example


Text Example

White with #DBDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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