Html Css Color HEX #DFC325 Sunflower

📋 copy color: '#DFC325'

red 223 ◦ green 195 ◦ blue 37

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

Shades of Sunflower #DFC325

Tints of Sunflower #DFC325

RGB

 RED value IS 223 (87.5% from 255) = 49.01%

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

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

R = 49.01%
G = 42.86%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFC325 (or 0xDFC325) is known color: Sunflower. HEX triplet: DF, C3 and 25. RGB value is (223,195,37). Sum of RGB (Red+Green+Blue) = 223+195+37=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC325 is #203CDA. Grayscale: #BABABA. Windows color (decimal): -2112731 or 2474975. OLE color: 2474975.

HSL color Cylindrical-coordinate representation of color #DFC325: hue angle of 50.97º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFC325 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 195 37 -
CMYK 0 0.13 0.83 0.13
HSL 50.97º 0.74% 0.51% -
HSV(B) 50.97º 0.83% 0.87% -
XYZ 50.28 54.85 9.69 -
YUV 185.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 223 195 37 0 0.13 0.83 0.13 50.97 0.74 0.51
Hex DF C3 25 0 D 53 D 33 4A 33
Octal 337 303 45 0 15 123 15 63 112 63
Binary 11011111 11000011 100101 0 1101 1010011 1101 110011 1001010 110011

Color Harmonies of #DFC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC325

Black with #DFC325

Text Example


Text Example

White with #DFC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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