Html Css Color HEX #DCDD68 Goldenrod

📋 copy color: '#DCDD68'

red 220 ◦ green 221 ◦ blue 104

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

Shades of Goldenrod #DCDD68

Tints of Goldenrod #DCDD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.55%

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 40.37%
G = 40.55%
B = 19.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DCDD68 (or 0xDCDD68) is known color: Goldenrod. HEX triplet: DC, DD and 68. RGB value is (220,221,104). Sum of RGB (Red+Green+Blue) = 220+221+104=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD68 is #232297. Grayscale: #CFCFCF. Windows color (decimal): -2302616 or 6872540. OLE color: 6872540.

HSL color Cylindrical-coordinate representation of color #DCDD68: hue angle of 60.51º degrees, saturation: 0.63, 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 #DCDD68 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 104 -
CMYK 0.00 0 0.53 0.13
HSL 60.51º 0.63% 0.64% -
HSV(B) 60.51º 0.53% 0.87% -
XYZ 57.87 67.93 23.16 -
YUV 207.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 220 221 104 0.00 0 0.53 0.13 60.51 0.63 0.64
Hex DC DD 68 0 0 35 D 3D 3F 40
Octal 334 335 150 0 0 65 15 75 77 100
Binary 11011100 11011101 1101000 0 0 110101 1101 111101 111111 1000000

Color Harmonies of #DCDD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD68

Black with #DCDD68

Text Example


Text Example

White with #DCDD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD68; }

 p { color: rgb(220,221,104); }

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

background-color css

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

 a { background-color: rgb(220,221,104); }

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

border-color css

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

 span { border-color: rgb(220,221,104); }

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