Html Css Color HEX #DACF65 Goldenrod

📋 copy color: '#DACF65'

red 218 ◦ green 207 ◦ blue 101

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

Shades of Goldenrod #DACF65

Tints of Goldenrod #DACF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.2%

R = 41.44%
G = 39.35%
B = 19.2%

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

#DACF65 (or 0xDACF65) is known color: Goldenrod. HEX triplet: DA, CF and 65. RGB value is (218,207,101). Sum of RGB (Red+Green+Blue) = 218+207+101=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF65 is #25309A. Grayscale: #C6C6C6. Windows color (decimal): -2437275 or 6672346. OLE color: 6672346.

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

Color convert

RGB 218 207 101 -
CMYK 0 0.05 0.54 0.15
HSL 54.36º 0.61% 0.63% -
HSV(B) 54.36º 0.54% 0.85% -
XYZ 53.58 60.47 21.16 -
YUV 198.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 218 207 101 0 0.05 0.54 0.15 54.36 0.61 0.63
Hex DA CF 65 0 5 36 F 36 3D 3F
Octal 332 317 145 0 5 66 17 66 75 77
Binary 11011010 11001111 1100101 0 101 110110 1111 110110 111101 111111

Color Harmonies of #DACF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF65

Black with #DACF65

Text Example


Text Example

White with #DACF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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