Html Css Color HEX #DDDF7E Goldenrod

📋 copy color: '#DDDF7E'

red 221 ◦ green 223 ◦ blue 126

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

Shades of Goldenrod #DDDF7E

Tints of Goldenrod #DDDF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.11%

R = 38.77%
G = 39.12%
B = 22.11%

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

#DDDF7E (or 0xDDDF7E) is known color: Goldenrod. HEX triplet: DD, DF and 7E. RGB value is (221,223,126). Sum of RGB (Red+Green+Blue) = 221+223+126=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF7E is #222081. Grayscale: #D3D3D3. Windows color (decimal): -2236546 or 8314845. OLE color: 8314845.

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

Color convert

RGB 221 223 126 -
CMYK 0.01 0 0.43 0.13
HSL 61.24º 0.6% 0.68% -
HSV(B) 61.24º 0.43% 0.87% -
XYZ 59.97 69.65 30.02 -
YUV 211.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 221 223 126 0.01 0 0.43 0.13 61.24 0.6 0.68
Hex DD DF 7E 1 0 2B D 3D 3C 44
Octal 335 337 176 1 0 53 15 75 74 104
Binary 11011101 11011111 1111110 1 0 101011 1101 111101 111100 1000100

Color Harmonies of #DDDF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF7E

Black with #DDDF7E

Text Example


Text Example

White with #DDDF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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