Html Css Color HEX #DCD46B Goldenrod

📋 copy color: '#DCD46B'

red 220 ◦ green 212 ◦ blue 107

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

Shades of Goldenrod #DCD46B

Tints of Goldenrod #DCD46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

 BLUE value IS 107 (42.19% from 255) = 19.85%

R = 40.82%
G = 39.33%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCD46B (or 0xDCD46B) is known color: Goldenrod. HEX triplet: DC, D4 and 6B. RGB value is (220,212,107). Sum of RGB (Red+Green+Blue) = 220+212+107=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD46B is #232B94. Grayscale: #CACACA. Windows color (decimal): -2304917 or 7066844. OLE color: 7066844.

HSL color Cylindrical-coordinate representation of color #DCD46B: hue angle of 55.75º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCD46B is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 107 -
CMYK 0 0.04 0.51 0.14
HSL 55.75º 0.62% 0.64% -
HSV(B) 55.75º 0.51% 0.86% -
XYZ 55.71 63.36 23.2 -
YUV 202.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 220 212 107 0 0.04 0.51 0.14 55.75 0.62 0.64
Hex DC D4 6B 0 4 33 E 38 3E 40
Octal 334 324 153 0 4 63 16 70 76 100
Binary 11011100 11010100 1101011 0 100 110011 1110 111000 111110 1000000

Color Harmonies of #DCD46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD46B

Black with #DCD46B

Text Example


Text Example

White with #DCD46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD46B; }

 p { color: rgb(220,212,107); }

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

background-color css

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

 a { background-color: rgb(220,212,107); }

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

border-color css

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

 span { border-color: rgb(220,212,107); }

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