Html Css Color HEX #DCDE7A Goldenrod

📋 copy color: '#DCDE7A'

red 220 ◦ green 222 ◦ blue 122

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

Shades of Goldenrod #DCDE7A

Tints of Goldenrod #DCDE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.36%

 BLUE value IS 122 (48.05% from 255) = 21.63%

R = 39.01%
G = 39.36%
B = 21.63%

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

#DCDE7A (or 0xDCDE7A) is known color: Goldenrod. HEX triplet: DC, DE and 7A. RGB value is (220,222,122). Sum of RGB (Red+Green+Blue) = 220+222+122=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE7A is #232185. Grayscale: #D2D2D2. Windows color (decimal): -2302342 or 8052444. OLE color: 8052444.

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

Color convert

RGB 220 222 122 -
CMYK 0.01 0 0.45 0.13
HSL 61.2º 0.6% 0.67% -
HSV(B) 61.2º 0.45% 0.87% -
XYZ 59.15 68.86 28.59 -
YUV 210 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 220 222 122 0.01 0 0.45 0.13 61.2 0.6 0.67
Hex DC DE 7A 1 0 2D D 3D 3C 43
Octal 334 336 172 1 0 55 15 75 74 103
Binary 11011100 11011110 1111010 1 0 101101 1101 111101 111100 1000011

Color Harmonies of #DCDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE7A

Black with #DCDE7A

Text Example


Text Example

White with #DCDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE7A; }

 p { color: rgb(220,222,122); }

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

background-color css

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

 a { background-color: rgb(220,222,122); }

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

border-color css

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

 span { border-color: rgb(220,222,122); }

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