Html Css Color HEX #DCD767 Goldenrod

📋 copy color: '#DCD767'

red 220 ◦ green 215 ◦ blue 103

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

Shades of Goldenrod #DCD767

Tints of Goldenrod #DCD767

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.96%

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

R = 40.89%
G = 39.96%
B = 19.14%

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

#DCD767 (or 0xDCD767) is known color: Goldenrod. HEX triplet: DC, D7 and 67. RGB value is (220,215,103). Sum of RGB (Red+Green+Blue) = 220+215+103=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD767 is #232898. Grayscale: #CCCCCC. Windows color (decimal): -2304153 or 6805468. OLE color: 6805468.

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

Color convert

RGB 220 215 103 -
CMYK 0 0.02 0.53 0.14
HSL 57.44º 0.63% 0.63% -
HSV(B) 57.44º 0.53% 0.86% -
XYZ 56.26 64.8 22.37 -
YUV 203.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 220 215 103 0 0.02 0.53 0.14 57.44 0.63 0.63
Hex DC D7 67 0 2 35 E 39 3F 3F
Octal 334 327 147 0 2 65 16 71 77 77
Binary 11011100 11010111 1100111 0 10 110101 1110 111001 111111 111111

Color Harmonies of #DCD767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD767

Black with #DCD767

Text Example


Text Example

White with #DCD767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD767; }

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

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

background-color css

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

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

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

border-color css

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

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

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