Html Css Color HEX #DBDB69 Goldenrod

📋 copy color: '#DBDB69'

red 219 ◦ green 219 ◦ blue 105

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

Shades of Goldenrod #DBDB69

Tints of Goldenrod #DBDB69

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

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

R = 40.33%
G = 40.33%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBDB69 (or 0xDBDB69) is known color: Goldenrod. HEX triplet: DB, DB and 69. RGB value is (219,219,105). Sum of RGB (Red+Green+Blue) = 219+219+105=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB69 is #242496. Grayscale: #CECECE. Windows color (decimal): -2368663 or 6937563. OLE color: 6937563.

HSL color Cylindrical-coordinate representation of color #DBDB69: hue angle of 60º 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 #DBDB69 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 105 -
CMYK 0 0 0.52 0.14
HSL 60º 0.61% 0.64% -
HSV(B) 60º 0.52% 0.86% -
XYZ 57.09 66.74 23.24 -
YUV 206 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 219 219 105 0 0 0.52 0.14 60 0.61 0.64
Hex DB DB 69 0 0 34 E 3C 3D 40
Octal 333 333 151 0 0 64 16 74 75 100
Binary 11011011 11011011 1101001 0 0 110100 1110 111100 111101 1000000

Color Harmonies of #DBDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB69

Black with #DBDB69

Text Example


Text Example

White with #DBDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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