Html Css Color HEX #DADA68 Goldenrod

📋 copy color: '#DADA68'

red 218 ◦ green 218 ◦ blue 104

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

Shades of Goldenrod #DADA68

Tints of Goldenrod #DADA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.26%

R = 40.37%
G = 40.37%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DADA68 (or 0xDADA68) is known color: Goldenrod. HEX triplet: DA, DA and 68. RGB value is (218,218,104). Sum of RGB (Red+Green+Blue) = 218+218+104=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA68 is #252597. Grayscale: #CDCDCD. Windows color (decimal): -2434456 or 6871770. OLE color: 6871770.

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

Color convert

RGB 218 218 104 -
CMYK 0 0 0.52 0.15
HSL 60º 0.61% 0.63% -
HSV(B) 60º 0.52% 0.85% -
XYZ 56.48 66.05 22.87 -
YUV 205 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 218 218 104 0 0 0.52 0.15 60 0.61 0.63
Hex DA DA 68 0 0 34 F 3C 3D 3F
Octal 332 332 150 0 0 64 17 74 75 77
Binary 11011010 11011010 1101000 0 0 110100 1111 111100 111101 111111

Color Harmonies of #DADA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA68

Black with #DADA68

Text Example


Text Example

White with #DADA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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