Html Css Color HEX #DADA63 Goldenrod

📋 copy color: '#DADA63'

red 218 ◦ green 218 ◦ blue 99

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

Shades of Goldenrod #DADA63

Tints of Goldenrod #DADA63

RGB

 RED value IS 218 (85.55% from 255) = 40.75%

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

 BLUE value IS 99 (39.06% from 255) = 18.5%

R = 40.75%
G = 40.75%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DADA63 (or 0xDADA63) is known color: Goldenrod. HEX triplet: DA, DA and 63. RGB value is (218,218,99). Sum of RGB (Red+Green+Blue) = 218+218+99=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA63 is #25259C. Grayscale: #CCCCCC. Windows color (decimal): -2434461 or 6544090. OLE color: 6544090.

HSL color Cylindrical-coordinate representation of color #DADA63: hue angle of 60º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DADA63 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 99 -
CMYK 0 0 0.55 0.15
HSL 60º 0.62% 0.62% -
HSV(B) 60º 0.55% 0.85% -
XYZ 56.24 65.95 21.57 -
YUV 204.43 68.5 137.68 -
System Red Green Blue C M Y K H S L
Decimal 218 218 99 0 0 0.55 0.15 60 0.62 0.62
Hex DA DA 63 0 0 37 F 3C 3E 3E
Octal 332 332 143 0 0 67 17 74 76 76
Binary 11011010 11011010 1100011 0 0 110111 1111 111100 111110 111110

Color Harmonies of #DADA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA63

Black with #DADA63

Text Example


Text Example

White with #DADA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA63; }

 p { color: rgb(218,218,99); }

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

background-color css

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

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

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

border-color css

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

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

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