Html Css Color HEX #DDDF77 Goldenrod

📋 copy color: '#DDDF77'

red 221 ◦ green 223 ◦ blue 119

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

Shades of Goldenrod #DDDF77

Tints of Goldenrod #DDDF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.14%

R = 39.25%
G = 39.61%
B = 21.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDDF77 (or 0xDDDF77) is known color: Goldenrod. HEX triplet: DD, DF and 77. RGB value is (221,223,119). Sum of RGB (Red+Green+Blue) = 221+223+119=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF77 is #222088. Grayscale: #D2D2D2. Windows color (decimal): -2236553 or 7856093. OLE color: 7856093.

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

Color convert

RGB 221 223 119 -
CMYK 0.01 0 0.47 0.13
HSL 61.15º 0.62% 0.67% -
HSV(B) 61.15º 0.47% 0.87% -
XYZ 59.54 69.48 27.73 -
YUV 210.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 221 223 119 0.01 0 0.47 0.13 61.15 0.62 0.67
Hex DD DF 77 1 0 2F D 3D 3E 43
Octal 335 337 167 1 0 57 15 75 76 103
Binary 11011101 11011111 1110111 1 0 101111 1101 111101 111110 1000011

Color Harmonies of #DDDF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF77

Black with #DDDF77

Text Example


Text Example

White with #DDDF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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