Html Css Color HEX #DFC002 Sunflower

📋 copy color: '#DFC002'

red 223 ◦ green 192 ◦ blue 2

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

Shades of Sunflower #DFC002

Tints of Sunflower #DFC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

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

R = 53.48%
G = 46.04%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFC002 (or 0xDFC002) is known color: Sunflower. HEX triplet: DF, C0 and 02. RGB value is (223,192,2). Sum of RGB (Red+Green+Blue) = 223+192+2=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC002 is #203FFD. Grayscale: #B4B4B4. Windows color (decimal): -2113534 or 180447. OLE color: 180447.

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

Color convert

RGB 223 192 2 -
CMYK 0 0.14 0.99 0.13
HSL 51.58º 0.98% 0.44% -
HSV(B) 51.58º 0.99% 0.87% -
XYZ 49.29 53.39 7.77 -
YUV 179.61 27.77 158.95 -
System Red Green Blue C M Y K H S L
Decimal 223 192 2 0 0.14 0.99 0.13 51.58 0.98 0.44
Hex DF C0 2 0 E 63 D 34 62 2C
Octal 337 300 2 0 16 143 15 64 142 54
Binary 11011111 11000000 10 0 1110 1100011 1101 110100 1100010 101100

Color Harmonies of #DFC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC002

Black with #DFC002

Text Example


Text Example

White with #DFC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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