Html Css Color HEX #DDD568 Goldenrod

📋 copy color: '#DDD568'

red 221 ◦ green 213 ◦ blue 104

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

Shades of Goldenrod #DDD568

Tints of Goldenrod #DDD568

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.59%

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

R = 41.08%
G = 39.59%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDD568 (or 0xDDD568) is known color: Goldenrod. HEX triplet: DD, D5 and 68. RGB value is (221,213,104). Sum of RGB (Red+Green+Blue) = 221+213+104=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD568 is #222A97. Grayscale: #CBCBCB. Windows color (decimal): -2239128 or 6870493. OLE color: 6870493.

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

Color convert

RGB 221 213 104 -
CMYK 0 0.04 0.53 0.13
HSL 55.9º 0.63% 0.64% -
HSV(B) 55.9º 0.53% 0.87% -
XYZ 56.11 63.96 22.48 -
YUV 202.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 221 213 104 0 0.04 0.53 0.13 55.9 0.63 0.64
Hex DD D5 68 0 4 35 D 38 3F 40
Octal 335 325 150 0 4 65 15 70 77 100
Binary 11011101 11010101 1101000 0 100 110101 1101 111000 111111 1000000

Color Harmonies of #DDD568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD568

Black with #DDD568

Text Example


Text Example

White with #DDD568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD568; }

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

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

background-color css

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

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

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

border-color css

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

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

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