Html Css Color HEX #DADA6B Goldenrod

📋 copy color: '#DADA6B'

red 218 ◦ green 218 ◦ blue 107

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

Shades of Goldenrod #DADA6B

Tints of Goldenrod #DADA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.71%

R = 40.15%
G = 40.15%
B = 19.71%

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

#DADA6B (or 0xDADA6B) is known color: Goldenrod. HEX triplet: DA, DA and 6B. RGB value is (218,218,107). Sum of RGB (Red+Green+Blue) = 218+218+107=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA6B is #252594. Grayscale: #CDCDCD. Windows color (decimal): -2434453 or 7068378. OLE color: 7068378.

HSL color Cylindrical-coordinate representation of color #DADA6B: 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 #DADA6B is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 107 -
CMYK 0 0 0.51 0.15
HSL 60º 0.6% 0.64% -
HSV(B) 60º 0.51% 0.85% -
XYZ 56.64 66.11 23.69 -
YUV 205.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 218 218 107 0 0 0.51 0.15 60 0.6 0.64
Hex DA DA 6B 0 0 33 F 3C 3C 40
Octal 332 332 153 0 0 63 17 74 74 100
Binary 11011010 11011010 1101011 0 0 110011 1111 111100 111100 1000000

Color Harmonies of #DADA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA6B

Black with #DADA6B

Text Example


Text Example

White with #DADA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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