Html Css Color HEX #DDDC67 Goldenrod

📋 copy color: '#DDDC67'

red 221 ◦ green 220 ◦ blue 103

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

Shades of Goldenrod #DDDC67

Tints of Goldenrod #DDDC67

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 221 220 103 -
CMYK 0 0.00 0.53 0.13
HSL 59.49º 0.63% 0.64% -
HSV(B) 59.49º 0.53% 0.87% -
XYZ 57.86 67.54 22.82 -
YUV 206.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 221 220 103 0 0.00 0.53 0.13 59.49 0.63 0.64
Hex DD DC 67 0 0 35 D 3B 3F 40
Octal 335 334 147 0 0 65 15 73 77 100
Binary 11011101 11011100 1100111 0 0 110101 1101 111011 111111 1000000

Color Harmonies of #DDDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC67

Black with #DDDC67

Text Example


Text Example

White with #DDDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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