Html Css Color HEX #DDDA65 Goldenrod

📋 copy color: '#DDDA65'

red 221 ◦ green 218 ◦ blue 101

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

Shades of Goldenrod #DDDA65

Tints of Goldenrod #DDDA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.7%

R = 40.93%
G = 40.37%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDDA65 (or 0xDDDA65) is known color: Goldenrod. HEX triplet: DD, DA and 65. RGB value is (221,218,101). Sum of RGB (Red+Green+Blue) = 221+218+101=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA65 is #22259A. Grayscale: #CECECE. Windows color (decimal): -2237851 or 6675165. OLE color: 6675165.

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

Color convert

RGB 221 218 101 -
CMYK 0 0.01 0.54 0.13
HSL 58.5º 0.64% 0.63% -
HSV(B) 58.5º 0.54% 0.87% -
XYZ 57.24 66.45 22.12 -
YUV 205.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 221 218 101 0 0.01 0.54 0.13 58.5 0.64 0.63
Hex DD DA 65 0 1 36 D 3A 40 3F
Octal 335 332 145 0 1 66 15 72 100 77
Binary 11011101 11011010 1100101 0 1 110110 1101 111010 1000000 111111

Color Harmonies of #DDDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA65

Black with #DDDA65

Text Example


Text Example

White with #DDDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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