Html Css Color HEX #DFC508 Sunflower

📋 copy color: '#DFC508'

red 223 ◦ green 197 ◦ blue 8

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

Shades of Sunflower #DFC508

Tints of Sunflower #DFC508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 52.1%
G = 46.03%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFC508 (or 0xDFC508) is known color: Sunflower. HEX triplet: DF, C5 and 08. RGB value is (223,197,8). Sum of RGB (Red+Green+Blue) = 223+197+8=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC508 is #203AF7. Grayscale: #B8B8B8. Windows color (decimal): -2112248 or 574943. OLE color: 574943.

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

Color convert

RGB 223 197 8 -
CMYK 0 0.12 0.96 0.13
HSL 52.74º 0.93% 0.45% -
HSV(B) 52.74º 0.96% 0.87% -
XYZ 50.44 55.64 8.31 -
YUV 183.23 29.11 156.37 -
System Red Green Blue C M Y K H S L
Decimal 223 197 8 0 0.12 0.96 0.13 52.74 0.93 0.45
Hex DF C5 8 0 C 60 D 35 5D 2D
Octal 337 305 10 0 14 140 15 65 135 55
Binary 11011111 11000101 1000 0 1100 1100000 1101 110101 1011101 101101

Color Harmonies of #DFC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC508

Black with #DFC508

Text Example


Text Example

White with #DFC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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