Html Css Color HEX #DBDD69 Goldenrod

📋 copy color: '#DBDD69'

red 219 ◦ green 221 ◦ blue 105

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

Shades of Goldenrod #DBDD69

Tints of Goldenrod #DBDD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.55%

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

R = 40.18%
G = 40.55%
B = 19.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DBDD69 (or 0xDBDD69) is known color: Goldenrod. HEX triplet: DB, DD and 69. RGB value is (219,221,105). Sum of RGB (Red+Green+Blue) = 219+221+105=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD69 is #242296. Grayscale: #CFCFCF. Windows color (decimal): -2368151 or 6938075. OLE color: 6938075.

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

Color convert

RGB 219 221 105 -
CMYK 0.01 0 0.52 0.13
HSL 61.03º 0.63% 0.64% -
HSV(B) 61.03º 0.52% 0.87% -
XYZ 57.62 67.79 23.41 -
YUV 207.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 219 221 105 0.01 0 0.52 0.13 61.03 0.63 0.64
Hex DB DD 69 1 0 34 D 3D 3F 40
Octal 333 335 151 1 0 64 15 75 77 100
Binary 11011011 11011101 1101001 1 0 110100 1101 111101 111111 1000000

Color Harmonies of #DBDD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD69

Black with #DBDD69

Text Example


Text Example

White with #DBDD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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