Html Css Color HEX #DDDF7F Goldenrod

📋 copy color: '#DDDF7F'

red 221 ◦ green 223 ◦ blue 127

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

Shades of Goldenrod #DDDF7F

Tints of Goldenrod #DDDF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.24%

R = 38.7%
G = 39.05%
B = 22.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDDF7F (or 0xDDDF7F) is known color: Goldenrod. HEX triplet: DD, DF and 7F. RGB value is (221,223,127). Sum of RGB (Red+Green+Blue) = 221+223+127=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF7F is #222080. Grayscale: #D3D3D3. Windows color (decimal): -2236545 or 8380381. OLE color: 8380381.

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

Color convert

RGB 221 223 127 -
CMYK 0.01 0 0.43 0.13
HSL 61.25º 0.6% 0.69% -
HSV(B) 61.25º 0.43% 0.87% -
XYZ 60.04 69.68 30.36 -
YUV 211.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 221 223 127 0.01 0 0.43 0.13 61.25 0.6 0.69
Hex DD DF 7F 1 0 2B D 3D 3C 45
Octal 335 337 177 1 0 53 15 75 74 105
Binary 11011101 11011111 1111111 1 0 101011 1101 111101 111100 1000101

Color Harmonies of #DDDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF7F

Black with #DDDF7F

Text Example


Text Example

White with #DDDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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