Html Css Color HEX #DFC52A Sunflower

📋 copy color: '#DFC52A'

red 223 ◦ green 197 ◦ blue 42

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

Shades of Sunflower #DFC52A

Tints of Sunflower #DFC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.64%

 BLUE value IS 42 (16.8% from 255) = 9.09%

R = 48.27%
G = 42.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFC52A (or 0xDFC52A) is known color: Sunflower. HEX triplet: DF, C5 and 2A. RGB value is (223,197,42). Sum of RGB (Red+Green+Blue) = 223+197+42=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC52A is #203AD5. Grayscale: #BBBBBB. Windows color (decimal): -2112214 or 2803167. OLE color: 2803167.

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

Color convert

RGB 223 197 42 -
CMYK 0 0.12 0.81 0.13
HSL 51.38º 0.74% 0.52% -
HSV(B) 51.38º 0.81% 0.87% -
XYZ 50.82 55.79 10.28 -
YUV 187.1 46.11 153.6 -
System Red Green Blue C M Y K H S L
Decimal 223 197 42 0 0.12 0.81 0.13 51.38 0.74 0.52
Hex DF C5 2A 0 C 51 D 33 4A 34
Octal 337 305 52 0 14 121 15 63 112 64
Binary 11011111 11000101 101010 0 1100 1010001 1101 110011 1001010 110100

Color Harmonies of #DFC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC52A

Black with #DFC52A

Text Example


Text Example

White with #DFC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC52A; }

 p { color: rgb(223,197,42); }

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

background-color css

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

 a { background-color: rgb(223,197,42); }

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

border-color css

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

 span { border-color: rgb(223,197,42); }

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