Html Css Color HEX #DFD466 Goldenrod

📋 copy color: '#DFD466'

red 223 ◦ green 212 ◦ blue 102

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

Shades of Goldenrod #DFD466

Tints of Goldenrod #DFD466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.99%

R = 41.53%
G = 39.48%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFD466 (or 0xDFD466) is known color: Goldenrod. HEX triplet: DF, D4 and 66. RGB value is (223,212,102). Sum of RGB (Red+Green+Blue) = 223+212+102=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD466 is #202B99. Grayscale: #CBCBCB. Windows color (decimal): -2108314 or 6739167. OLE color: 6739167.

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

Color convert

RGB 223 212 102 -
CMYK 0 0.05 0.54 0.13
HSL 54.55º 0.65% 0.64% -
HSV(B) 54.55º 0.54% 0.87% -
XYZ 56.37 63.73 21.9 -
YUV 202.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 223 212 102 0 0.05 0.54 0.13 54.55 0.65 0.64
Hex DF D4 66 0 5 36 D 37 41 40
Octal 337 324 146 0 5 66 15 67 101 100
Binary 11011111 11010100 1100110 0 101 110110 1101 110111 1000001 1000000

Color Harmonies of #DFD466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD466

Black with #DFD466

Text Example


Text Example

White with #DFD466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD466; }

 p { color: rgb(223,212,102); }

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

background-color css

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

 a { background-color: rgb(223,212,102); }

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

border-color css

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

 span { border-color: rgb(223,212,102); }

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