Html Css Color HEX #DAD36C Goldenrod

📋 copy color: '#DAD36C'

red 218 ◦ green 211 ◦ blue 108

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

Shades of Goldenrod #DAD36C

Tints of Goldenrod #DAD36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

 BLUE value IS 108 (42.58% from 255) = 20.11%

R = 40.6%
G = 39.29%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAD36C (or 0xDAD36C) is known color: Goldenrod. HEX triplet: DA, D3 and 6C. RGB value is (218,211,108). Sum of RGB (Red+Green+Blue) = 218+211+108=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD36C is #252C93. Grayscale: #C9C9C9. Windows color (decimal): -2436244 or 7132122. OLE color: 7132122.

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

Color convert

RGB 218 211 108 -
CMYK 0 0.03 0.50 0.15
HSL 56.18º 0.6% 0.64% -
HSV(B) 56.18º 0.5% 0.85% -
XYZ 54.91 62.58 23.37 -
YUV 201.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 218 211 108 0 0.03 0.50 0.15 56.18 0.6 0.64
Hex DA D3 6C 0 3 32 F 38 3C 40
Octal 332 323 154 0 3 62 17 70 74 100
Binary 11011010 11010011 1101100 0 11 110010 1111 111000 111100 1000000

Color Harmonies of #DAD36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD36C

Black with #DAD36C

Text Example


Text Example

White with #DAD36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD36C; }

 p { color: rgb(218,211,108); }

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

background-color css

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

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

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

border-color css

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

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

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