Html Css Color HEX #DCDF6C Goldenrod

📋 copy color: '#DCDF6C'

red 220 ◦ green 223 ◦ blue 108

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

Shades of Goldenrod #DCDF6C

Tints of Goldenrod #DCDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.6%

R = 39.93%
G = 40.47%
B = 19.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DCDF6C (or 0xDCDF6C) is known color: Goldenrod. HEX triplet: DC, DF and 6C. RGB value is (220,223,108). Sum of RGB (Red+Green+Blue) = 220+223+108=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF6C is #232093. Grayscale: #D1D1D1. Windows color (decimal): -2302100 or 7135196. OLE color: 7135196.

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

Color convert

RGB 220 223 108 -
CMYK 0.01 0 0.52 0.13
HSL 61.57º 0.64% 0.65% -
HSV(B) 61.57º 0.52% 0.87% -
XYZ 58.61 69.07 24.43 -
YUV 208.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 220 223 108 0.01 0 0.52 0.13 61.57 0.64 0.65
Hex DC DF 6C 1 0 34 D 3E 40 41
Octal 334 337 154 1 0 64 15 76 100 101
Binary 11011100 11011111 1101100 1 0 110100 1101 111110 1000000 1000001

Color Harmonies of #DCDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF6C

Black with #DCDF6C

Text Example


Text Example

White with #DCDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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