Html Css Color HEX #DCDD67 Goldenrod

📋 copy color: '#DCDD67'

red 220 ◦ green 221 ◦ blue 103

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

Shades of Goldenrod #DCDD67

Tints of Goldenrod #DCDD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.93%

R = 40.44%
G = 40.63%
B = 18.93%

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

#DCDD67 (or 0xDCDD67) is known color: Goldenrod. HEX triplet: DC, DD and 67. RGB value is (220,221,103). Sum of RGB (Red+Green+Blue) = 220+221+103=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD67 is #232298. Grayscale: #CFCFCF. Windows color (decimal): -2302617 or 6807004. OLE color: 6807004.

HSL color Cylindrical-coordinate representation of color #DCDD67: 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 #DCDD67 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 103 -
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.82 67.91 22.89 -
YUV 207.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 220 221 103 0.00 0 0.53 0.13 60.51 0.63 0.64
Hex DC DD 67 0 0 35 D 3D 3F 40
Octal 334 335 147 0 0 65 15 75 77 100
Binary 11011100 11011101 1100111 0 0 110101 1101 111101 111111 1000000

Color Harmonies of #DCDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD67

Black with #DCDD67

Text Example


Text Example

White with #DCDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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