Html Css Color HEX #DCD867 Goldenrod

📋 copy color: '#DCD867'

red 220 ◦ green 216 ◦ blue 103

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

Shades of Goldenrod #DCD867

Tints of Goldenrod #DCD867

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.07%

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

R = 40.82%
G = 40.07%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCD867 (or 0xDCD867) is known color: Goldenrod. HEX triplet: DC, D8 and 67. RGB value is (220,216,103). Sum of RGB (Red+Green+Blue) = 220+216+103=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD867 is #232798. Grayscale: #CCCCCC. Windows color (decimal): -2303897 or 6805724. OLE color: 6805724.

HSL color Cylindrical-coordinate representation of color #DCD867: hue angle of 57.95º 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 #DCD867 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 103 -
CMYK 0 0.02 0.53 0.14
HSL 57.95º 0.63% 0.63% -
HSV(B) 57.95º 0.53% 0.86% -
XYZ 56.52 65.31 22.46 -
YUV 204.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 220 216 103 0 0.02 0.53 0.14 57.95 0.63 0.63
Hex DC D8 67 0 2 35 E 3A 3F 3F
Octal 334 330 147 0 2 65 16 72 77 77
Binary 11011100 11011000 1100111 0 10 110101 1110 111010 111111 111111

Color Harmonies of #DCD867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD867

Black with #DCD867

Text Example


Text Example

White with #DCD867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD867; }

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

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

background-color css

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

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

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

border-color css

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

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

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