Html Css Color HEX #DADA75 Goldenrod

📋 copy color: '#DADA75'

red 218 ◦ green 218 ◦ blue 117

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

Shades of Goldenrod #DADA75

Tints of Goldenrod #DADA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.16%

R = 39.42%
G = 39.42%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DADA75 (or 0xDADA75) is known color: Goldenrod. HEX triplet: DA, DA and 75. RGB value is (218,218,117). Sum of RGB (Red+Green+Blue) = 218+218+117=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA75 is #25258A. Grayscale: #CECECE. Windows color (decimal): -2434443 or 7723738. OLE color: 7723738.

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

Color convert

RGB 218 218 117 -
CMYK 0 0 0.46 0.15
HSL 60º 0.58% 0.66% -
HSV(B) 60º 0.46% 0.85% -
XYZ 57.2 66.33 26.62 -
YUV 206.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 218 218 117 0 0 0.46 0.15 60 0.58 0.66
Hex DA DA 75 0 0 2E F 3C 3A 42
Octal 332 332 165 0 0 56 17 74 72 102
Binary 11011010 11011010 1110101 0 0 101110 1111 111100 111010 1000010

Color Harmonies of #DADA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA75

Black with #DADA75

Text Example


Text Example

White with #DADA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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