Html Css Color HEX #DCDD7B Goldenrod

📋 copy color: '#DCDD7B'

red 220 ◦ green 221 ◦ blue 123

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

Shades of Goldenrod #DCDD7B

Tints of Goldenrod #DCDD7B

RGB

 RED value IS 220 (86.33% from 255) = 39.01%

 GREEN value IS 221 (86.72% from 255) = 39.18%

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

R = 39.01%
G = 39.18%
B = 21.81%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DCDD7B (or 0xDCDD7B) is known color: Goldenrod. HEX triplet: DC, DD and 7B. RGB value is (220,221,123). Sum of RGB (Red+Green+Blue) = 220+221+123=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD7B is #232284. Grayscale: #D1D1D1. Windows color (decimal): -2302597 or 8117724. OLE color: 8117724.

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

Color convert

RGB 220 221 123 -
CMYK 0.00 0 0.44 0.13
HSL 60.61º 0.59% 0.67% -
HSV(B) 60.61º 0.44% 0.87% -
XYZ 58.95 68.36 28.83 -
YUV 209.53 79.17 135.47 -
System Red Green Blue C M Y K H S L
Decimal 220 221 123 0.00 0 0.44 0.13 60.61 0.59 0.67
Hex DC DD 7B 0 0 2C D 3D 3B 43
Octal 334 335 173 0 0 54 15 75 73 103
Binary 11011100 11011101 1111011 0 0 101100 1101 111101 111011 1000011

Color Harmonies of #DCDD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD7B

Black with #DCDD7B

Text Example


Text Example

White with #DCDD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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