Html Css Color HEX #DCDD69 Goldenrod

📋 copy color: '#DCDD69'

red 220 ◦ green 221 ◦ blue 105

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

Shades of Goldenrod #DCDD69

Tints of Goldenrod #DCDD69

RGB

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

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

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

R = 40.29%
G = 40.48%
B = 19.23%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DCDD69 (or 0xDCDD69) is known color: Goldenrod. HEX triplet: DC, DD and 69. RGB value is (220,221,105). Sum of RGB (Red+Green+Blue) = 220+221+105=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD69 is #232296. Grayscale: #CFCFCF. Windows color (decimal): -2302615 or 6938076. OLE color: 6938076.

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

Color convert

RGB 220 221 105 -
CMYK 0.00 0 0.52 0.13
HSL 60.52º 0.63% 0.64% -
HSV(B) 60.52º 0.52% 0.87% -
XYZ 57.92 67.95 23.43 -
YUV 207.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 220 221 105 0.00 0 0.52 0.13 60.52 0.63 0.64
Hex DC DD 69 0 0 34 D 3D 3F 40
Octal 334 335 151 0 0 64 15 75 77 100
Binary 11011100 11011101 1101001 0 0 110100 1101 111101 111111 1000000

Color Harmonies of #DCDD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD69

Black with #DCDD69

Text Example


Text Example

White with #DCDD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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