Html Css Color HEX #DDDF74 Goldenrod

📋 copy color: '#DDDF74'

red 221 ◦ green 223 ◦ blue 116

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

Shades of Goldenrod #DDDF74

Tints of Goldenrod #DDDF74

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.82%

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 39.46%
G = 39.82%
B = 20.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDDF74 (or 0xDDDF74) is known color: Goldenrod. HEX triplet: DD, DF and 74. RGB value is (221,223,116). Sum of RGB (Red+Green+Blue) = 221+223+116=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF74 is #22208B. Grayscale: #D2D2D2. Windows color (decimal): -2236556 or 7659485. OLE color: 7659485.

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

Color convert

RGB 221 223 116 -
CMYK 0.01 0 0.48 0.13
HSL 61.12º 0.63% 0.66% -
HSV(B) 61.12º 0.48% 0.87% -
XYZ 59.36 69.41 26.79 -
YUV 210.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 221 223 116 0.01 0 0.48 0.13 61.12 0.63 0.66
Hex DD DF 74 1 0 30 D 3D 3F 42
Octal 335 337 164 1 0 60 15 75 77 102
Binary 11011101 11011111 1110100 1 0 110000 1101 111101 111111 1000010

Color Harmonies of #DDDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF74

Black with #DDDF74

Text Example


Text Example

White with #DDDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF74; }

 p { color: rgb(221,223,116); }

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

background-color css

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

 a { background-color: rgb(221,223,116); }

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

border-color css

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

 span { border-color: rgb(221,223,116); }

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