Html Css Color HEX #DDDF6C Goldenrod

📋 copy color: '#DDDF6C'

red 221 ◦ green 223 ◦ blue 108

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

Shades of Goldenrod #DDDF6C

Tints of Goldenrod #DDDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.57%

R = 40.04%
G = 40.4%
B = 19.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDDF6C (or 0xDDDF6C) is known color: Goldenrod. HEX triplet: DD, DF and 6C. RGB value is (221,223,108). Sum of RGB (Red+Green+Blue) = 221+223+108=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF6C is #222093. Grayscale: #D1D1D1. Windows color (decimal): -2236564 or 7135197. OLE color: 7135197.

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

Color convert

RGB 221 223 108 -
CMYK 0.01 0 0.52 0.13
HSL 61.04º 0.64% 0.65% -
HSV(B) 61.04º 0.52% 0.87% -
XYZ 58.91 69.23 24.45 -
YUV 209.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 221 223 108 0.01 0 0.52 0.13 61.04 0.64 0.65
Hex DD DF 6C 1 0 34 D 3D 40 41
Octal 335 337 154 1 0 64 15 75 100 101
Binary 11011101 11011111 1101100 1 0 110100 1101 111101 1000000 1000001

Color Harmonies of #DDDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF6C

Black with #DDDF6C

Text Example


Text Example

White with #DDDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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