Html Css Color HEX #DDD469 Goldenrod

📋 copy color: '#DDD469'

red 221 ◦ green 212 ◦ blue 105

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

Shades of Goldenrod #DDD469

Tints of Goldenrod #DDD469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.41%

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

R = 41.08%
G = 39.41%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDD469 (or 0xDDD469) is known color: Goldenrod. HEX triplet: DD, D4 and 69. RGB value is (221,212,105). Sum of RGB (Red+Green+Blue) = 221+212+105=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD469 is #222B96. Grayscale: #CACACA. Windows color (decimal): -2239383 or 6935773. OLE color: 6935773.

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

Color convert

RGB 221 212 105 -
CMYK 0 0.04 0.52 0.13
HSL 55.34º 0.63% 0.64% -
HSV(B) 55.34º 0.52% 0.87% -
XYZ 55.91 63.48 22.67 -
YUV 202.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 221 212 105 0 0.04 0.52 0.13 55.34 0.63 0.64
Hex DD D4 69 0 4 34 D 37 3F 40
Octal 335 324 151 0 4 64 15 67 77 100
Binary 11011101 11010100 1101001 0 100 110100 1101 110111 111111 1000000

Color Harmonies of #DDD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD469

Black with #DDD469

Text Example


Text Example

White with #DDD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD469; }

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

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

background-color css

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

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

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

border-color css

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

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

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