Html Css Color HEX #DDDA6C Goldenrod

📋 copy color: '#DDDA6C'

red 221 ◦ green 218 ◦ blue 108

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

Shades of Goldenrod #DDDA6C

Tints of Goldenrod #DDDA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.74%

R = 40.4%
G = 39.85%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDDA6C (or 0xDDDA6C) is known color: Goldenrod. HEX triplet: DD, DA and 6C. RGB value is (221,218,108). Sum of RGB (Red+Green+Blue) = 221+218+108=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA6C is #222593. Grayscale: #CECECE. Windows color (decimal): -2237844 or 7133917. OLE color: 7133917.

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

Color convert

RGB 221 218 108 -
CMYK 0 0.01 0.51 0.13
HSL 58.41º 0.62% 0.65% -
HSV(B) 58.41º 0.51% 0.87% -
XYZ 57.6 66.6 24.01 -
YUV 206.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 221 218 108 0 0.01 0.51 0.13 58.41 0.62 0.65
Hex DD DA 6C 0 1 33 D 3A 3E 41
Octal 335 332 154 0 1 63 15 72 76 101
Binary 11011101 11011010 1101100 0 1 110011 1101 111010 111110 1000001

Color Harmonies of #DDDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA6C

Black with #DDDA6C

Text Example


Text Example

White with #DDDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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