Html Css Color HEX #DADA6A Goldenrod

📋 copy color: '#DADA6A'

red 218 ◦ green 218 ◦ blue 106

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

Shades of Goldenrod #DADA6A

Tints of Goldenrod #DADA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 40.22%
G = 40.22%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DADA6A (or 0xDADA6A) is known color: Goldenrod. HEX triplet: DA, DA and 6A. RGB value is (218,218,106). Sum of RGB (Red+Green+Blue) = 218+218+106=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA6A is #252595. Grayscale: #CDCDCD. Windows color (decimal): -2434454 or 7002842. OLE color: 7002842.

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

Color convert

RGB 218 218 106 -
CMYK 0 0 0.51 0.15
HSL 60º 0.6% 0.64% -
HSV(B) 60º 0.51% 0.85% -
XYZ 56.59 66.09 23.41 -
YUV 205.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 218 218 106 0 0 0.51 0.15 60 0.6 0.64
Hex DA DA 6A 0 0 33 F 3C 3C 40
Octal 332 332 152 0 0 63 17 74 74 100
Binary 11011010 11011010 1101010 0 0 110011 1111 111100 111100 1000000

Color Harmonies of #DADA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA6A

Black with #DADA6A

Text Example


Text Example

White with #DADA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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