Html Css Color HEX #DAD86B Goldenrod

📋 copy color: '#DAD86B'

red 218 ◦ green 216 ◦ blue 107

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

Shades of Goldenrod #DAD86B

Tints of Goldenrod #DAD86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.93%

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

R = 40.3%
G = 39.93%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAD86B (or 0xDAD86B) is known color: Goldenrod. HEX triplet: DA, D8 and 6B. RGB value is (218,216,107). Sum of RGB (Red+Green+Blue) = 218+216+107=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD86B is #252794. Grayscale: #CCCCCC. Windows color (decimal): -2434965 or 7067866. OLE color: 7067866.

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

Color convert

RGB 218 216 107 -
CMYK 0 0.01 0.51 0.15
HSL 58.92º 0.6% 0.64% -
HSV(B) 58.92º 0.51% 0.85% -
XYZ 56.12 65.08 23.51 -
YUV 204.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 218 216 107 0 0.01 0.51 0.15 58.92 0.6 0.64
Hex DA D8 6B 0 1 33 F 3B 3C 40
Octal 332 330 153 0 1 63 17 73 74 100
Binary 11011010 11011000 1101011 0 1 110011 1111 111011 111100 1000000

Color Harmonies of #DAD86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD86B

Black with #DAD86B

Text Example


Text Example

White with #DAD86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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