Html Css Color HEX #DBD46B Goldenrod

📋 copy color: '#DBD46B'

red 219 ◦ green 212 ◦ blue 107

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

Shades of Goldenrod #DBD46B

Tints of Goldenrod #DBD46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.41%

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

R = 40.71%
G = 39.41%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBD46B (or 0xDBD46B) is known color: Goldenrod. HEX triplet: DB, D4 and 6B. RGB value is (219,212,107). Sum of RGB (Red+Green+Blue) = 219+212+107=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD46B is #242B94. Grayscale: #CACACA. Windows color (decimal): -2370453 or 7066843. OLE color: 7066843.

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

Color convert

RGB 219 212 107 -
CMYK 0 0.03 0.51 0.14
HSL 56.25º 0.61% 0.64% -
HSV(B) 56.25º 0.51% 0.86% -
XYZ 55.41 63.21 23.19 -
YUV 202.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 219 212 107 0 0.03 0.51 0.14 56.25 0.61 0.64
Hex DB D4 6B 0 3 33 E 38 3D 40
Octal 333 324 153 0 3 63 16 70 75 100
Binary 11011011 11010100 1101011 0 11 110011 1110 111000 111101 1000000

Color Harmonies of #DBD46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD46B

Black with #DBD46B

Text Example


Text Example

White with #DBD46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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