Html Css Color HEX #DBD56C Goldenrod

📋 copy color: '#DBD56C'

red 219 ◦ green 213 ◦ blue 108

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

Shades of Goldenrod #DBD56C

Tints of Goldenrod #DBD56C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

 BLUE value IS 108 (42.58% from 255) = 20%

R = 40.56%
G = 39.44%
B = 20%

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

#DBD56C (or 0xDBD56C) is known color: Goldenrod. HEX triplet: DB, D5 and 6C. RGB value is (219,213,108). Sum of RGB (Red+Green+Blue) = 219+213+108=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD56C is #242A93. Grayscale: #CBCBCB. Windows color (decimal): -2370196 or 7132635. OLE color: 7132635.

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

Color convert

RGB 219 213 108 -
CMYK 0 0.03 0.51 0.14
HSL 56.76º 0.61% 0.64% -
HSV(B) 56.76º 0.51% 0.86% -
XYZ 55.71 63.73 23.55 -
YUV 202.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 219 213 108 0 0.03 0.51 0.14 56.76 0.61 0.64
Hex DB D5 6C 0 3 33 E 39 3D 40
Octal 333 325 154 0 3 63 16 71 75 100
Binary 11011011 11010101 1101100 0 11 110011 1110 111001 111101 1000000

Color Harmonies of #DBD56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD56C

Black with #DBD56C

Text Example


Text Example

White with #DBD56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD56C; }

 p { color: rgb(219,213,108); }

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

background-color css

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

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

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

border-color css

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

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

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