Html Css Color HEX #DFC302 Sunflower

📋 copy color: '#DFC302'

red 223 ◦ green 195 ◦ blue 2

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

Shades of Sunflower #DFC302

Tints of Sunflower #DFC302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 53.1%
G = 46.43%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFC302 (or 0xDFC302) is known color: Sunflower. HEX triplet: DF, C3 and 02. RGB value is (223,195,2). Sum of RGB (Red+Green+Blue) = 223+195+2=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC302 is #203CFD. Grayscale: #B6B6B6. Windows color (decimal): -2112766 or 181215. OLE color: 181215.

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

Color convert

RGB 223 195 2 -
CMYK 0 0.13 0.99 0.13
HSL 52.4º 0.98% 0.44% -
HSV(B) 52.4º 0.99% 0.87% -
XYZ 49.96 54.72 7.99 -
YUV 181.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 223 195 2 0 0.13 0.99 0.13 52.4 0.98 0.44
Hex DF C3 2 0 D 63 D 34 62 2C
Octal 337 303 2 0 15 143 15 64 142 54
Binary 11011111 11000011 10 0 1101 1100011 1101 110100 1100010 101100

Color Harmonies of #DFC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC302

Black with #DFC302

Text Example


Text Example

White with #DFC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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