Html Css Color HEX #DDDF7B Goldenrod

📋 copy color: '#DDDF7B'

red 221 ◦ green 223 ◦ blue 123

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

Shades of Goldenrod #DDDF7B

Tints of Goldenrod #DDDF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.69%

R = 38.98%
G = 39.33%
B = 21.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDDF7B (or 0xDDDF7B) is known color: Goldenrod. HEX triplet: DD, DF and 7B. RGB value is (221,223,123). Sum of RGB (Red+Green+Blue) = 221+223+123=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF7B is #222084. Grayscale: #D3D3D3. Windows color (decimal): -2236549 or 8118237. OLE color: 8118237.

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

Color convert

RGB 221 223 123 -
CMYK 0.01 0 0.45 0.13
HSL 61.2º 0.61% 0.68% -
HSV(B) 61.2º 0.45% 0.87% -
XYZ 59.78 69.58 29.02 -
YUV 211 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 221 223 123 0.01 0 0.45 0.13 61.2 0.61 0.68
Hex DD DF 7B 1 0 2D D 3D 3D 44
Octal 335 337 173 1 0 55 15 75 75 104
Binary 11011101 11011111 1111011 1 0 101101 1101 111101 111101 1000100

Color Harmonies of #DDDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF7B

Black with #DDDF7B

Text Example


Text Example

White with #DDDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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