Html Css Color HEX #DDDB65 Goldenrod

📋 copy color: '#DDDB65'

red 221 ◦ green 219 ◦ blue 101

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

Shades of Goldenrod #DDDB65

Tints of Goldenrod #DDDB65

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.48%

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

R = 40.85%
G = 40.48%
B = 18.67%

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

#DDDB65 (or 0xDDDB65) is known color: Goldenrod. HEX triplet: DD, DB and 65. RGB value is (221,219,101). Sum of RGB (Red+Green+Blue) = 221+219+101=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB65 is #22249A. Grayscale: #CECECE. Windows color (decimal): -2237595 or 6675421. OLE color: 6675421.

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

Color convert

RGB 221 219 101 -
CMYK 0 0.01 0.54 0.13
HSL 59º 0.64% 0.63% -
HSV(B) 59º 0.54% 0.87% -
XYZ 57.5 66.97 22.21 -
YUV 206.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 221 219 101 0 0.01 0.54 0.13 59 0.64 0.63
Hex DD DB 65 0 1 36 D 3B 40 3F
Octal 335 333 145 0 1 66 15 73 100 77
Binary 11011101 11011011 1100101 0 1 110110 1101 111011 1000000 111111

Color Harmonies of #DDDB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB65

Black with #DDDB65

Text Example


Text Example

White with #DDDB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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