Html Css Color HEX #DDDA70 Goldenrod

📋 copy color: '#DDDA70'

red 221 ◦ green 218 ◦ blue 112

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

Shades of Goldenrod #DDDA70

Tints of Goldenrod #DDDA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

 BLUE value IS 112 (44.14% from 255) = 20.33%

R = 40.11%
G = 39.56%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDDA70 (or 0xDDDA70) is known color: Goldenrod. HEX triplet: DD, DA and 70. RGB value is (221,218,112). Sum of RGB (Red+Green+Blue) = 221+218+112=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA70 is #22258F. Grayscale: #CFCFCF. Windows color (decimal): -2237840 or 7396061. OLE color: 7396061.

HSL color Cylindrical-coordinate representation of color #DDDA70: hue angle of 58.35º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDDA70 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 112 -
CMYK 0 0.01 0.49 0.13
HSL 58.35º 0.62% 0.65% -
HSV(B) 58.35º 0.49% 0.87% -
XYZ 57.81 66.68 25.15 -
YUV 206.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 221 218 112 0 0.01 0.49 0.13 58.35 0.62 0.65
Hex DD DA 70 0 1 31 D 3A 3E 41
Octal 335 332 160 0 1 61 15 72 76 101
Binary 11011101 11011010 1110000 0 1 110001 1101 111010 111110 1000001

Color Harmonies of #DDDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA70

Black with #DDDA70

Text Example


Text Example

White with #DDDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA70; }

 p { color: rgb(221,218,112); }

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

background-color css

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

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

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

border-color css

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

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

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