Html Css Color HEX #DCDF69 Goldenrod

📋 copy color: '#DCDF69'

red 220 ◦ green 223 ◦ blue 105

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

Shades of Goldenrod #DCDF69

Tints of Goldenrod #DCDF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.16%

R = 40.15%
G = 40.69%
B = 19.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DCDF69 (or 0xDCDF69) is known color: Goldenrod. HEX triplet: DC, DF and 69. RGB value is (220,223,105). Sum of RGB (Red+Green+Blue) = 220+223+105=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF69 is #232096. Grayscale: #D1D1D1. Windows color (decimal): -2302103 or 6938588. OLE color: 6938588.

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

Color convert

RGB 220 223 105 -
CMYK 0.01 0 0.53 0.13
HSL 61.53º 0.65% 0.64% -
HSV(B) 61.53º 0.53% 0.87% -
XYZ 58.45 69.01 23.6 -
YUV 208.65 69.51 136.09 -
System Red Green Blue C M Y K H S L
Decimal 220 223 105 0.01 0 0.53 0.13 61.53 0.65 0.64
Hex DC DF 69 1 0 35 D 3E 41 40
Octal 334 337 151 1 0 65 15 76 101 100
Binary 11011100 11011111 1101001 1 0 110101 1101 111110 1000001 1000000

Color Harmonies of #DCDF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF69

Black with #DCDF69

Text Example


Text Example

White with #DCDF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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