Html Css Color HEX #DAD66C Goldenrod

📋 copy color: '#DAD66C'

red 218 ◦ green 214 ◦ blue 108

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

Shades of Goldenrod #DAD66C

Tints of Goldenrod #DAD66C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

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

R = 40.37%
G = 39.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAD66C (or 0xDAD66C) is known color: Goldenrod. HEX triplet: DA, D6 and 6C. RGB value is (218,214,108). Sum of RGB (Red+Green+Blue) = 218+214+108=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD66C is #252993. Grayscale: #CBCBCB. Windows color (decimal): -2435476 or 7132890. OLE color: 7132890.

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

Color convert

RGB 218 214 108 -
CMYK 0 0.02 0.50 0.15
HSL 57.82º 0.6% 0.64% -
HSV(B) 57.82º 0.5% 0.85% -
XYZ 55.67 64.08 23.62 -
YUV 203.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 218 214 108 0 0.02 0.50 0.15 57.82 0.6 0.64
Hex DA D6 6C 0 2 32 F 3A 3C 40
Octal 332 326 154 0 2 62 17 72 74 100
Binary 11011010 11010110 1101100 0 10 110010 1111 111010 111100 1000000

Color Harmonies of #DAD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD66C

Black with #DAD66C

Text Example


Text Example

White with #DAD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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