Html Css Color HEX #DFDB64 Goldenrod

📋 copy color: '#DFDB64'

red 223 ◦ green 219 ◦ blue 100

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

Shades of Goldenrod #DFDB64

Tints of Goldenrod #DFDB64

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

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

R = 41.14%
G = 40.41%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFDB64 (or 0xDFDB64) is known color: Goldenrod. HEX triplet: DF, DB and 64. RGB value is (223,219,100). Sum of RGB (Red+Green+Blue) = 223+219+100=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB64 is #20249B. Grayscale: #CFCFCF. Windows color (decimal): -2106524 or 6609887. OLE color: 6609887.

HSL color Cylindrical-coordinate representation of color #DFDB64: hue angle of 58.05º 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 #DFDB64 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 100 -
CMYK 0 0.02 0.55 0.13
HSL 58.05º 0.66% 0.63% -
HSV(B) 58.05º 0.55% 0.87% -
XYZ 58.06 67.27 21.98 -
YUV 206.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 223 219 100 0 0.02 0.55 0.13 58.05 0.66 0.63
Hex DF DB 64 0 2 37 D 3A 42 3F
Octal 337 333 144 0 2 67 15 72 102 77
Binary 11011111 11011011 1100100 0 10 110111 1101 111010 1000010 111111

Color Harmonies of #DFDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB64

Black with #DFDB64

Text Example


Text Example

White with #DFDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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