Html Css Color HEX #DFC228 Sunflower

📋 copy color: '#DFC228'

red 223 ◦ green 194 ◦ blue 40

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

Shades of Sunflower #DFC228

Tints of Sunflower #DFC228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.45%

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 48.8%
G = 42.45%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFC228 (or 0xDFC228) is known color: Sunflower. HEX triplet: DF, C2 and 28. RGB value is (223,194,40). Sum of RGB (Red+Green+Blue) = 223+194+40=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC228 is #203DD7. Grayscale: #B9B9B9. Windows color (decimal): -2112984 or 2671327. OLE color: 2671327.

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

Color convert

RGB 223 194 40 -
CMYK 0 0.13 0.82 0.13
HSL 50.49º 0.74% 0.52% -
HSV(B) 50.49º 0.82% 0.87% -
XYZ 50.11 54.42 9.87 -
YUV 185.12 46.11 155.02 -
System Red Green Blue C M Y K H S L
Decimal 223 194 40 0 0.13 0.82 0.13 50.49 0.74 0.52
Hex DF C2 28 0 D 52 D 32 4A 34
Octal 337 302 50 0 15 122 15 62 112 64
Binary 11011111 11000010 101000 0 1101 1010010 1101 110010 1001010 110100

Color Harmonies of #DFC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC228

Black with #DFC228

Text Example


Text Example

White with #DFC228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC228; }

 p { color: rgb(223,194,40); }

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

background-color css

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

 a { background-color: rgb(223,194,40); }

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

border-color css

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

 span { border-color: rgb(223,194,40); }

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