Html Css Color HEX #DDDD6B Goldenrod

📋 copy color: '#DDDD6B'

red 221 ◦ green 221 ◦ blue 107

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

Shades of Goldenrod #DDDD6B

Tints of Goldenrod #DDDD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.49%

R = 40.26%
G = 40.26%
B = 19.49%

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

#DDDD6B (or 0xDDDD6B) is known color: Goldenrod. HEX triplet: DD, DD and 6B. RGB value is (221,221,107). Sum of RGB (Red+Green+Blue) = 221+221+107=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD6B is #222294. Grayscale: #D0D0D0. Windows color (decimal): -2237077 or 7069149. OLE color: 7069149.

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

Color convert

RGB 221 221 107 -
CMYK 0 0 0.52 0.13
HSL 60º 0.63% 0.64% -
HSV(B) 60º 0.52% 0.87% -
XYZ 58.33 68.15 23.99 -
YUV 208 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 221 221 107 0 0 0.52 0.13 60 0.63 0.64
Hex DD DD 6B 0 0 34 D 3C 3F 40
Octal 335 335 153 0 0 64 15 74 77 100
Binary 11011101 11011101 1101011 0 0 110100 1101 111100 111111 1000000

Color Harmonies of #DDDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD6B

Black with #DDDD6B

Text Example


Text Example

White with #DDDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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