Html Css Color HEX #DCD467 Goldenrod

📋 copy color: '#DCD467'

red 220 ◦ green 212 ◦ blue 103

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

Shades of Goldenrod #DCD467

Tints of Goldenrod #DCD467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.25%

R = 41.12%
G = 39.63%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCD467 (or 0xDCD467) is known color: Goldenrod. HEX triplet: DC, D4 and 67. RGB value is (220,212,103). Sum of RGB (Red+Green+Blue) = 220+212+103=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD467 is #232B98. Grayscale: #CACACA. Windows color (decimal): -2304921 or 6804700. OLE color: 6804700.

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

Color convert

RGB 220 212 103 -
CMYK 0 0.04 0.53 0.14
HSL 55.9º 0.63% 0.63% -
HSV(B) 55.9º 0.53% 0.86% -
XYZ 55.51 63.28 22.12 -
YUV 201.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 220 212 103 0 0.04 0.53 0.14 55.9 0.63 0.63
Hex DC D4 67 0 4 35 E 38 3F 3F
Octal 334 324 147 0 4 65 16 70 77 77
Binary 11011100 11010100 1100111 0 100 110101 1110 111000 111111 111111

Color Harmonies of #DCD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD467

Black with #DCD467

Text Example


Text Example

White with #DCD467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD467; }

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

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

background-color css

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

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

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

border-color css

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

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

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