Html Css Color HEX #DAD56B Goldenrod

📋 copy color: '#DAD56B'

red 218 ◦ green 213 ◦ blue 107

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

Shades of Goldenrod #DAD56B

Tints of Goldenrod #DAD56B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.59%

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

R = 40.52%
G = 39.59%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAD56B (or 0xDAD56B) is known color: Goldenrod. HEX triplet: DA, D5 and 6B. RGB value is (218,213,107). Sum of RGB (Red+Green+Blue) = 218+213+107=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD56B is #252A94. Grayscale: #CACACA. Windows color (decimal): -2435733 or 7067098. OLE color: 7067098.

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

Color convert

RGB 218 213 107 -
CMYK 0 0.02 0.51 0.15
HSL 57.3º 0.6% 0.64% -
HSV(B) 57.3º 0.51% 0.85% -
XYZ 55.36 63.56 23.26 -
YUV 202.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 218 213 107 0 0.02 0.51 0.15 57.3 0.6 0.64
Hex DA D5 6B 0 2 33 F 39 3C 40
Octal 332 325 153 0 2 63 17 71 74 100
Binary 11011010 11010101 1101011 0 10 110011 1111 111001 111100 1000000

Color Harmonies of #DAD56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD56B

Black with #DAD56B

Text Example


Text Example

White with #DAD56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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