Html Css Color HEX #DCDF7D Goldenrod

📋 copy color: '#DCDF7D'

red 220 ◦ green 223 ◦ blue 125

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

Shades of Goldenrod #DCDF7D

Tints of Goldenrod #DCDF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.01%

R = 38.73%
G = 39.26%
B = 22.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DCDF7D (or 0xDCDF7D) is known color: Goldenrod. HEX triplet: DC, DF and 7D. RGB value is (220,223,125). Sum of RGB (Red+Green+Blue) = 220+223+125=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF7D is #232082. Grayscale: #D3D3D3. Windows color (decimal): -2302083 or 8249308. OLE color: 8249308.

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

Color convert

RGB 220 223 125 -
CMYK 0.01 0 0.44 0.13
HSL 61.84º 0.6% 0.68% -
HSV(B) 61.84º 0.44% 0.87% -
XYZ 59.6 69.47 29.67 -
YUV 210.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 220 223 125 0.01 0 0.44 0.13 61.84 0.6 0.68
Hex DC DF 7D 1 0 2C D 3E 3C 44
Octal 334 337 175 1 0 54 15 76 74 104
Binary 11011100 11011111 1111101 1 0 101100 1101 111110 111100 1000100

Color Harmonies of #DCDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF7D

Black with #DCDF7D

Text Example


Text Example

White with #DCDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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