Html Css Color HEX #DFDD64 Goldenrod

📋 copy color: '#DFDD64'

red 223 ◦ green 221 ◦ blue 100

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

Shades of Goldenrod #DFDD64

Tints of Goldenrod #DFDD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 40.99%
G = 40.63%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFDD64 (or 0xDFDD64) is known color: Goldenrod. HEX triplet: DF, DD and 64. RGB value is (223,221,100). Sum of RGB (Red+Green+Blue) = 223+221+100=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD64 is #20229B. Grayscale: #D0D0D0. Windows color (decimal): -2106012 or 6610399. OLE color: 6610399.

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

Color convert

RGB 223 221 100 -
CMYK 0 0.01 0.55 0.13
HSL 59.02º 0.66% 0.63% -
HSV(B) 59.02º 0.55% 0.87% -
XYZ 58.59 68.32 22.16 -
YUV 207.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 223 221 100 0 0.01 0.55 0.13 59.02 0.66 0.63
Hex DF DD 64 0 1 37 D 3B 42 3F
Octal 337 335 144 0 1 67 15 73 102 77
Binary 11011111 11011101 1100100 0 1 110111 1101 111011 1000010 111111

Color Harmonies of #DFDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD64

Black with #DFDD64

Text Example


Text Example

White with #DFDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD64; }

 p { color: rgb(223,221,100); }

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

background-color css

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

 a { background-color: rgb(223,221,100); }

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

border-color css

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

 span { border-color: rgb(223,221,100); }

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