Html Css Color HEX #DFC125 Sunflower

📋 copy color: '#DFC125'

red 223 ◦ green 193 ◦ blue 37

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

Shades of Sunflower #DFC125

Tints of Sunflower #DFC125

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.6%

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

R = 49.23%
G = 42.6%
B = 8.17%

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

#DFC125 (or 0xDFC125) is known color: Sunflower. HEX triplet: DF, C1 and 25. RGB value is (223,193,37). Sum of RGB (Red+Green+Blue) = 223+193+37=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC125 is #203EDA. Grayscale: #B8B8B8. Windows color (decimal): -2113243 or 2474463. OLE color: 2474463.

HSL color Cylindrical-coordinate representation of color #DFC125: hue angle of 50.32º 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 #DFC125 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 193 37 -
CMYK 0 0.13 0.83 0.13
HSL 50.32º 0.74% 0.51% -
HSV(B) 50.32º 0.83% 0.87% -
XYZ 49.84 53.96 9.54 -
YUV 184.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 223 193 37 0 0.13 0.83 0.13 50.32 0.74 0.51
Hex DF C1 25 0 D 53 D 32 4A 33
Octal 337 301 45 0 15 123 15 62 112 63
Binary 11011111 11000001 100101 0 1101 1010011 1101 110010 1001010 110011

Color Harmonies of #DFC125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC125

Black with #DFC125

Text Example


Text Example

White with #DFC125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC125; }

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

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

background-color css

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

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

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

border-color css

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

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

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