Html Css Color HEX #DAC325 Sunflower

📋 copy color: '#DAC325'

red 218 ◦ green 195 ◦ blue 37

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

Shades of Sunflower #DAC325

Tints of Sunflower #DAC325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.33%

 BLUE value IS 37 (14.84% from 255) = 8.22%

R = 48.44%
G = 43.33%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAC325 (or 0xDAC325) is known color: Sunflower. HEX triplet: DA, C3 and 25. RGB value is (218,195,37). Sum of RGB (Red+Green+Blue) = 218+195+37=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC325 is #253CDA. Grayscale: #B8B8B8. Windows color (decimal): -2440411 or 2474970. OLE color: 2474970.

HSL color Cylindrical-coordinate representation of color #DAC325: hue angle of 52.38º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAC325 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 37 -
CMYK 0 0.11 0.83 0.15
HSL 52.38º 0.71% 0.5% -
HSV(B) 52.38º 0.83% 0.85% -
XYZ 48.76 54.07 9.62 -
YUV 183.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 218 195 37 0 0.11 0.83 0.15 52.38 0.71 0.5
Hex DA C3 25 0 B 53 F 34 47 32
Octal 332 303 45 0 13 123 17 64 107 62
Binary 11011010 11000011 100101 0 1011 1010011 1111 110100 1000111 110010

Color Harmonies of #DAC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC325

Black with #DAC325

Text Example


Text Example

White with #DAC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC325; }

 p { color: rgb(218,195,37); }

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

background-color css

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

 a { background-color: rgb(218,195,37); }

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

border-color css

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

 span { border-color: rgb(218,195,37); }

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