Html Css Color HEX #DBDD6B Goldenrod

📋 copy color: '#DBDD6B'

red 219 ◦ green 221 ◦ blue 107

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

Shades of Goldenrod #DBDD6B

Tints of Goldenrod #DBDD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 40.04%
G = 40.4%
B = 19.56%

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

#DBDD6B (or 0xDBDD6B) is known color: Goldenrod. HEX triplet: DB, DD and 6B. RGB value is (219,221,107). Sum of RGB (Red+Green+Blue) = 219+221+107=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD6B is #242294. Grayscale: #CFCFCF. Windows color (decimal): -2368149 or 7069147. OLE color: 7069147.

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

Color convert

RGB 219 221 107 -
CMYK 0.01 0 0.52 0.13
HSL 61.05º 0.63% 0.64% -
HSV(B) 61.05º 0.52% 0.87% -
XYZ 57.72 67.83 23.96 -
YUV 207.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 219 221 107 0.01 0 0.52 0.13 61.05 0.63 0.64
Hex DB DD 6B 1 0 34 D 3D 3F 40
Octal 333 335 153 1 0 64 15 75 77 100
Binary 11011011 11011101 1101011 1 0 110100 1101 111101 111111 1000000

Color Harmonies of #DBDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD6B

Black with #DBDD6B

Text Example


Text Example

White with #DBDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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