Html Css Color HEX #DCD968 Goldenrod

📋 copy color: '#DCD968'

red 220 ◦ green 217 ◦ blue 104

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

Shades of Goldenrod #DCD968

Tints of Goldenrod #DCD968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.11%

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

R = 40.67%
G = 40.11%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCD968 (or 0xDCD968) is known color: Goldenrod. HEX triplet: DC, D9 and 68. RGB value is (220,217,104). Sum of RGB (Red+Green+Blue) = 220+217+104=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD968 is #232697. Grayscale: #CDCDCD. Windows color (decimal): -2303640 or 6871516. OLE color: 6871516.

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

Color convert

RGB 220 217 104 -
CMYK 0 0.01 0.53 0.14
HSL 58.45º 0.62% 0.64% -
HSV(B) 58.45º 0.53% 0.86% -
XYZ 56.83 65.84 22.81 -
YUV 205.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 220 217 104 0 0.01 0.53 0.14 58.45 0.62 0.64
Hex DC D9 68 0 1 35 E 3A 3E 40
Octal 334 331 150 0 1 65 16 72 76 100
Binary 11011100 11011001 1101000 0 1 110101 1110 111010 111110 1000000

Color Harmonies of #DCD968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD968

Black with #DCD968

Text Example


Text Example

White with #DCD968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD968; }

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

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

background-color css

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

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

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

border-color css

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

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

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