Html Css Color HEX #DDD567 Goldenrod

📋 copy color: '#DDD567'

red 221 ◦ green 213 ◦ blue 103

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

Shades of Goldenrod #DDD567

Tints of Goldenrod #DDD567

RGB

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

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

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

R = 41.15%
G = 39.66%
B = 19.18%

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

#DDD567 (or 0xDDD567) is known color: Goldenrod. HEX triplet: DD, D5 and 67. RGB value is (221,213,103). Sum of RGB (Red+Green+Blue) = 221+213+103=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD567 is #222A98. Grayscale: #CBCBCB. Windows color (decimal): -2239129 or 6804957. OLE color: 6804957.

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

Color convert

RGB 221 213 103 -
CMYK 0 0.04 0.53 0.13
HSL 55.93º 0.63% 0.64% -
HSV(B) 55.93º 0.53% 0.87% -
XYZ 56.06 63.94 22.22 -
YUV 202.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 221 213 103 0 0.04 0.53 0.13 55.93 0.63 0.64
Hex DD D5 67 0 4 35 D 38 3F 40
Octal 335 325 147 0 4 65 15 70 77 100
Binary 11011101 11010101 1100111 0 100 110101 1101 111000 111111 1000000

Color Harmonies of #DDD567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD567

Black with #DDD567

Text Example


Text Example

White with #DDD567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD567; }

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

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

background-color css

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

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

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

border-color css

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

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

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