Html Css Color HEX #DACF62 Goldenrod

📋 copy color: '#DACF62'

red 218 ◦ green 207 ◦ blue 98

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

Shades of Goldenrod #DACF62

Tints of Goldenrod #DACF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.74%

R = 41.68%
G = 39.58%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DACF62 (or 0xDACF62) is known color: Goldenrod. HEX triplet: DA, CF and 62. RGB value is (218,207,98). Sum of RGB (Red+Green+Blue) = 218+207+98=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF62 is #25309D. Grayscale: #C6C6C6. Windows color (decimal): -2437278 or 6475738. OLE color: 6475738.

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

Color convert

RGB 218 207 98 -
CMYK 0 0.05 0.55 0.15
HSL 54.5º 0.62% 0.62% -
HSV(B) 54.5º 0.55% 0.85% -
XYZ 53.43 60.41 20.4 -
YUV 197.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 218 207 98 0 0.05 0.55 0.15 54.5 0.62 0.62
Hex DA CF 62 0 5 37 F 36 3E 3E
Octal 332 317 142 0 5 67 17 66 76 76
Binary 11011010 11001111 1100010 0 101 110111 1111 110110 111110 111110

Color Harmonies of #DACF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF62

Black with #DACF62

Text Example


Text Example

White with #DACF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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