Html Css Color HEX #DDDD69 Goldenrod

📋 copy color: '#DDDD69'

red 221 ◦ green 221 ◦ blue 105

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

Shades of Goldenrod #DDDD69

Tints of Goldenrod #DDDD69

RGB

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

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

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

R = 40.4%
G = 40.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDDD69 (or 0xDDDD69) is known color: Goldenrod. HEX triplet: DD, DD and 69. RGB value is (221,221,105). Sum of RGB (Red+Green+Blue) = 221+221+105=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD69 is #222296. Grayscale: #D0D0D0. Windows color (decimal): -2237079 or 6938077. OLE color: 6938077.

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

Color convert

RGB 221 221 105 -
CMYK 0 0 0.52 0.13
HSL 60º 0.63% 0.64% -
HSV(B) 60º 0.52% 0.87% -
XYZ 58.23 68.1 23.44 -
YUV 207.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 221 221 105 0 0 0.52 0.13 60 0.63 0.64
Hex DD DD 69 0 0 34 D 3C 3F 40
Octal 335 335 151 0 0 64 15 74 77 100
Binary 11011101 11011101 1101001 0 0 110100 1101 111100 111111 1000000

Color Harmonies of #DDDD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD69

Black with #DDDD69

Text Example


Text Example

White with #DDDD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD69; }

 p { color: rgb(221,221,105); }

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

background-color css

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

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

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

border-color css

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

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

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