Html Css Color HEX #DCDE69 Goldenrod

📋 copy color: '#DCDE69'

red 220 ◦ green 222 ◦ blue 105

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

Shades of Goldenrod #DCDE69

Tints of Goldenrod #DCDE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.2%

R = 40.22%
G = 40.59%
B = 19.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DCDE69 (or 0xDCDE69) is known color: Goldenrod. HEX triplet: DC, DE and 69. RGB value is (220,222,105). Sum of RGB (Red+Green+Blue) = 220+222+105=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE69 is #232196. Grayscale: #D0D0D0. Windows color (decimal): -2302359 or 6938332. OLE color: 6938332.

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

Color convert

RGB 220 222 105 -
CMYK 0.01 0 0.53 0.13
HSL 61.03º 0.64% 0.64% -
HSV(B) 61.03º 0.53% 0.87% -
XYZ 58.19 68.48 23.52 -
YUV 208.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 220 222 105 0.01 0 0.53 0.13 61.03 0.64 0.64
Hex DC DE 69 1 0 35 D 3D 40 40
Octal 334 336 151 1 0 65 15 75 100 100
Binary 11011100 11011110 1101001 1 0 110101 1101 111101 1000000 1000000

Color Harmonies of #DCDE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE69

Black with #DCDE69

Text Example


Text Example

White with #DCDE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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