Html Css Color HEX #DCDF74 Goldenrod

📋 copy color: '#DCDF74'

red 220 ◦ green 223 ◦ blue 116

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

Shades of Goldenrod #DCDF74

Tints of Goldenrod #DCDF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.75%

R = 39.36%
G = 39.89%
B = 20.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DCDF74 (or 0xDCDF74) is known color: Goldenrod. HEX triplet: DC, DF and 74. RGB value is (220,223,116). Sum of RGB (Red+Green+Blue) = 220+223+116=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF74 is #23208B. Grayscale: #D2D2D2. Windows color (decimal): -2302092 or 7659484. OLE color: 7659484.

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

Color convert

RGB 220 223 116 -
CMYK 0.01 0 0.48 0.13
HSL 61.68º 0.63% 0.66% -
HSV(B) 61.68º 0.48% 0.87% -
XYZ 59.06 69.25 26.78 -
YUV 209.91 75.01 135.2 -
System Red Green Blue C M Y K H S L
Decimal 220 223 116 0.01 0 0.48 0.13 61.68 0.63 0.66
Hex DC DF 74 1 0 30 D 3E 3F 42
Octal 334 337 164 1 0 60 15 76 77 102
Binary 11011100 11011111 1110100 1 0 110000 1101 111110 111111 1000010

Color Harmonies of #DCDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF74

Black with #DCDF74

Text Example


Text Example

White with #DCDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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