Html Css Color HEX #DBDE69 Goldenrod

📋 copy color: '#DBDE69'

red 219 ◦ green 222 ◦ blue 105

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

Shades of Goldenrod #DBDE69

Tints of Goldenrod #DBDE69

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.66%

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

R = 40.11%
G = 40.66%
B = 19.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DBDE69 (or 0xDBDE69) is known color: Goldenrod. HEX triplet: DB, DE and 69. RGB value is (219,222,105). Sum of RGB (Red+Green+Blue) = 219+222+105=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE69 is #242196. Grayscale: #D0D0D0. Windows color (decimal): -2367895 or 6938331. OLE color: 6938331.

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

Color convert

RGB 219 222 105 -
CMYK 0.01 0 0.53 0.13
HSL 61.54º 0.64% 0.64% -
HSV(B) 61.54º 0.53% 0.87% -
XYZ 57.88 68.32 23.5 -
YUV 207.77 70.01 136.01 -
System Red Green Blue C M Y K H S L
Decimal 219 222 105 0.01 0 0.53 0.13 61.54 0.64 0.64
Hex DB DE 69 1 0 35 D 3E 40 40
Octal 333 336 151 1 0 65 15 76 100 100
Binary 11011011 11011110 1101001 1 0 110101 1101 111110 1000000 1000000

Color Harmonies of #DBDE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE69

Black with #DBDE69

Text Example


Text Example

White with #DBDE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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