Html Css Color HEX #DCDF6A Goldenrod

📋 copy color: '#DCDF6A'

red 220 ◦ green 223 ◦ blue 106

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

Shades of Goldenrod #DCDF6A

Tints of Goldenrod #DCDF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.31%

R = 40.07%
G = 40.62%
B = 19.31%

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

#DCDF6A (or 0xDCDF6A) is known color: Goldenrod. HEX triplet: DC, DF and 6A. RGB value is (220,223,106). Sum of RGB (Red+Green+Blue) = 220+223+106=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF6A is #232095. Grayscale: #D1D1D1. Windows color (decimal): -2302102 or 7004124. OLE color: 7004124.

HSL color Cylindrical-coordinate representation of color #DCDF6A: hue angle of 61.54º degrees, saturation: 0.65, 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 #DCDF6A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 106 -
CMYK 0.01 0 0.52 0.13
HSL 61.54º 0.65% 0.65% -
HSV(B) 61.54º 0.52% 0.87% -
XYZ 58.5 69.03 23.88 -
YUV 208.77 70.01 136.01 -
System Red Green Blue C M Y K H S L
Decimal 220 223 106 0.01 0 0.52 0.13 61.54 0.65 0.65
Hex DC DF 6A 1 0 34 D 3E 41 41
Octal 334 337 152 1 0 64 15 76 101 101
Binary 11011100 11011111 1101010 1 0 110100 1101 111110 1000001 1000001

Color Harmonies of #DCDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF6A

Black with #DCDF6A

Text Example


Text Example

White with #DCDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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