Html Css Color HEX #DCDF68 Goldenrod

📋 copy color: '#DCDF68'

red 220 ◦ green 223 ◦ blue 104

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

Shades of Goldenrod #DCDF68

Tints of Goldenrod #DCDF68

RGB

 RED value IS 220 (86.33% from 255) = 40.22%

 GREEN value IS 223 (87.5% from 255) = 40.77%

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 40.22%
G = 40.77%
B = 19.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DCDF68 (or 0xDCDF68) is known color: Goldenrod. HEX triplet: DC, DF and 68. RGB value is (220,223,104). Sum of RGB (Red+Green+Blue) = 220+223+104=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF68 is #232097. Grayscale: #D1D1D1. Windows color (decimal): -2302104 or 6873052. OLE color: 6873052.

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

Color convert

RGB 220 223 104 -
CMYK 0.01 0 0.53 0.13
HSL 61.51º 0.65% 0.64% -
HSV(B) 61.51º 0.53% 0.87% -
XYZ 58.4 68.99 23.34 -
YUV 208.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 220 223 104 0.01 0 0.53 0.13 61.51 0.65 0.64
Hex DC DF 68 1 0 35 D 3E 41 40
Octal 334 337 150 1 0 65 15 76 101 100
Binary 11011100 11011111 1101000 1 0 110101 1101 111110 1000001 1000000

Color Harmonies of #DCDF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF68

Black with #DCDF68

Text Example


Text Example

White with #DCDF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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