Html Css Color HEX #DBDA69 Goldenrod

📋 copy color: '#DBDA69'

red 219 ◦ green 218 ◦ blue 105

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

Shades of Goldenrod #DBDA69

Tints of Goldenrod #DBDA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.37%

R = 40.41%
G = 40.22%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBDA69 (or 0xDBDA69) is known color: Goldenrod. HEX triplet: DB, DA and 69. RGB value is (219,218,105). Sum of RGB (Red+Green+Blue) = 219+218+105=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA69 is #242596. Grayscale: #CDCDCD. Windows color (decimal): -2368919 or 6937307. OLE color: 6937307.

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

Color convert

RGB 219 218 105 -
CMYK 0 0.00 0.52 0.14
HSL 59.47º 0.61% 0.64% -
HSV(B) 59.47º 0.52% 0.86% -
XYZ 56.83 66.22 23.15 -
YUV 205.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 219 218 105 0 0.00 0.52 0.14 59.47 0.61 0.64
Hex DB DA 69 0 0 34 E 3B 3D 40
Octal 333 332 151 0 0 64 16 73 75 100
Binary 11011011 11011010 1101001 0 0 110100 1110 111011 111101 1000000

Color Harmonies of #DBDA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA69

Black with #DBDA69

Text Example


Text Example

White with #DBDA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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