Html Css Color HEX #DFC328 Sunflower

📋 copy color: '#DFC328'

red 223 ◦ green 195 ◦ blue 40

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

Shades of Sunflower #DFC328

Tints of Sunflower #DFC328

RGB

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

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

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

R = 48.69%
G = 42.58%
B = 8.73%

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

#DFC328 (or 0xDFC328) is known color: Sunflower. HEX triplet: DF, C3 and 28. RGB value is (223,195,40). Sum of RGB (Red+Green+Blue) = 223+195+40=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC328 is #203CD7. Grayscale: #BABABA. Windows color (decimal): -2112728 or 2671583. OLE color: 2671583.

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

Color convert

RGB 223 195 40 -
CMYK 0 0.13 0.82 0.13
HSL 50.82º 0.74% 0.52% -
HSV(B) 50.82º 0.82% 0.87% -
XYZ 50.33 54.87 9.95 -
YUV 185.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 223 195 40 0 0.13 0.82 0.13 50.82 0.74 0.52
Hex DF C3 28 0 D 52 D 33 4A 34
Octal 337 303 50 0 15 122 15 63 112 64
Binary 11011111 11000011 101000 0 1101 1010010 1101 110011 1001010 110100

Color Harmonies of #DFC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC328

Black with #DFC328

Text Example


Text Example

White with #DFC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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