Html Css Color HEX #DACF64 Goldenrod

📋 copy color: '#DACF64'

red 218 ◦ green 207 ◦ blue 100

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

Shades of Goldenrod #DACF64

Tints of Goldenrod #DACF64

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.43%

 BLUE value IS 100 (39.45% from 255) = 19.05%

R = 41.52%
G = 39.43%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DACF64 (or 0xDACF64) is known color: Goldenrod. HEX triplet: DA, CF and 64. RGB value is (218,207,100). Sum of RGB (Red+Green+Blue) = 218+207+100=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF64 is #25309B. Grayscale: #C6C6C6. Windows color (decimal): -2437276 or 6606810. OLE color: 6606810.

HSL color Cylindrical-coordinate representation of color #DACF64: hue angle of 54.41º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DACF64 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 207 100 -
CMYK 0 0.05 0.54 0.15
HSL 54.41º 0.61% 0.62% -
HSV(B) 54.41º 0.54% 0.85% -
XYZ 53.53 60.45 20.9 -
YUV 198.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 218 207 100 0 0.05 0.54 0.15 54.41 0.61 0.62
Hex DA CF 64 0 5 36 F 36 3D 3E
Octal 332 317 144 0 5 66 17 66 75 76
Binary 11011010 11001111 1100100 0 101 110110 1111 110110 111101 111110

Color Harmonies of #DACF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF64

Black with #DACF64

Text Example


Text Example

White with #DACF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF64; }

 p { color: rgb(218,207,100); }

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

background-color css

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

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

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

border-color css

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

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

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