Html Css Color HEX #DDDB75 Goldenrod

📋 copy color: '#DDDB75'

red 221 ◦ green 219 ◦ blue 117

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

Shades of Goldenrod #DDDB75

Tints of Goldenrod #DDDB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 39.68%
G = 39.32%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDDB75 (or 0xDDDB75) is known color: Goldenrod. HEX triplet: DD, DB and 75. RGB value is (221,219,117). Sum of RGB (Red+Green+Blue) = 221+219+117=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB75 is #22248A. Grayscale: #D0D0D0. Windows color (decimal): -2237579 or 7723997. OLE color: 7723997.

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

Color convert

RGB 221 219 117 -
CMYK 0 0.01 0.47 0.13
HSL 58.85º 0.6% 0.66% -
HSV(B) 58.85º 0.47% 0.87% -
XYZ 58.36 67.32 26.75 -
YUV 207.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 221 219 117 0 0.01 0.47 0.13 58.85 0.6 0.66
Hex DD DB 75 0 1 2F D 3B 3C 42
Octal 335 333 165 0 1 57 15 73 74 102
Binary 11011101 11011011 1110101 0 1 101111 1101 111011 111100 1000010

Color Harmonies of #DDDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB75

Black with #DDDB75

Text Example


Text Example

White with #DDDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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