Html Css Color HEX #DFC30E Sunflower

📋 copy color: '#DFC30E'

red 223 ◦ green 195 ◦ blue 14

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

Shades of Sunflower #DFC30E

Tints of Sunflower #DFC30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.24%

R = 51.62%
G = 45.14%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFC30E (or 0xDFC30E) is known color: Sunflower. HEX triplet: DF, C3 and 0E. RGB value is (223,195,14). Sum of RGB (Red+Green+Blue) = 223+195+14=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC30E is #203CF1. Grayscale: #B7B7B7. Windows color (decimal): -2112754 or 967647. OLE color: 967647.

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

Color convert

RGB 223 195 14 -
CMYK 0 0.13 0.94 0.13
HSL 51.96º 0.88% 0.46% -
HSV(B) 51.96º 0.94% 0.87% -
XYZ 50.03 54.75 8.35 -
YUV 182.74 32.78 156.72 -
System Red Green Blue C M Y K H S L
Decimal 223 195 14 0 0.13 0.94 0.13 51.96 0.88 0.46
Hex DF C3 E 0 D 5E D 34 58 2E
Octal 337 303 16 0 15 136 15 64 130 56
Binary 11011111 11000011 1110 0 1101 1011110 1101 110100 1011000 101110

Color Harmonies of #DFC30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC30E

Black with #DFC30E

Text Example


Text Example

White with #DFC30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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