Html Css Color HEX #DFDC6B Goldenrod

📋 copy color: '#DFDC6B'

red 223 ◦ green 220 ◦ blue 107

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

Shades of Goldenrod #DFDC6B

Tints of Goldenrod #DFDC6B

RGB

 RED value IS 223 (87.5% from 255) = 40.55%

 GREEN value IS 220 (86.33% from 255) = 40%

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

R = 40.55%
G = 40%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFDC6B (or 0xDFDC6B) is known color: Goldenrod. HEX triplet: DF, DC and 6B. RGB value is (223,220,107). Sum of RGB (Red+Green+Blue) = 223+220+107=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC6B is #202394. Grayscale: #D0D0D0. Windows color (decimal): -2106261 or 7068895. OLE color: 7068895.

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

Color convert

RGB 223 220 107 -
CMYK 0 0.01 0.52 0.13
HSL 58.45º 0.64% 0.65% -
HSV(B) 58.45º 0.52% 0.87% -
XYZ 58.68 67.94 23.93 -
YUV 208.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 223 220 107 0 0.01 0.52 0.13 58.45 0.64 0.65
Hex DF DC 6B 0 1 34 D 3A 40 41
Octal 337 334 153 0 1 64 15 72 100 101
Binary 11011111 11011100 1101011 0 1 110100 1101 111010 1000000 1000001

Color Harmonies of #DFDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC6B

Black with #DFDC6B

Text Example


Text Example

White with #DFDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC6B; }

 p { color: rgb(223,220,107); }

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

background-color css

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

 a { background-color: rgb(223,220,107); }

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

border-color css

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

 span { border-color: rgb(223,220,107); }

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