Html Css Color HEX #DCDA65 Goldenrod

📋 copy color: '#DCDA65'

red 220 ◦ green 218 ◦ blue 101

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

Shades of Goldenrod #DCDA65

Tints of Goldenrod #DCDA65

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.45%

 BLUE value IS 101 (39.84% from 255) = 18.74%

R = 40.82%
G = 40.45%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCDA65 (or 0xDCDA65) is known color: Goldenrod. HEX triplet: DC, DA and 65. RGB value is (220,218,101). Sum of RGB (Red+Green+Blue) = 220+218+101=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA65 is #23259A. Grayscale: #CDCDCD. Windows color (decimal): -2303387 or 6675164. OLE color: 6675164.

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

Color convert

RGB 220 218 101 -
CMYK 0 0.01 0.54 0.14
HSL 58.99º 0.63% 0.63% -
HSV(B) 58.99º 0.54% 0.86% -
XYZ 56.94 66.3 22.11 -
YUV 205.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 220 218 101 0 0.01 0.54 0.14 58.99 0.63 0.63
Hex DC DA 65 0 1 36 E 3B 3F 3F
Octal 334 332 145 0 1 66 16 73 77 77
Binary 11011100 11011010 1100101 0 1 110110 1110 111011 111111 111111

Color Harmonies of #DCDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA65

Black with #DCDA65

Text Example


Text Example

White with #DCDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA65; }

 p { color: rgb(220,218,101); }

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

background-color css

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

 a { background-color: rgb(220,218,101); }

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

border-color css

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

 span { border-color: rgb(220,218,101); }

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