Html Css Color HEX #DFC30D Sunflower

📋 copy color: '#DFC30D'

red 223 ◦ green 195 ◦ blue 13

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

Shades of Sunflower #DFC30D

Tints of Sunflower #DFC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.02%

R = 51.74%
G = 45.24%
B = 3.02%

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

#DFC30D (or 0xDFC30D) is known color: Sunflower. HEX triplet: DF, C3 and 0D. RGB value is (223,195,13). Sum of RGB (Red+Green+Blue) = 223+195+13=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC30D is #203CF2. Grayscale: #B7B7B7. Windows color (decimal): -2112755 or 902111. OLE color: 902111.

HSL color Cylindrical-coordinate representation of color #DFC30D: hue angle of 52º degrees, saturation: 0.89, 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 #DFC30D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 195 13 -
CMYK 0 0.13 0.94 0.13
HSL 52º 0.89% 0.46% -
HSV(B) 52º 0.94% 0.87% -
XYZ 50.02 54.75 8.31 -
YUV 182.62 32.28 156.8 -
System Red Green Blue C M Y K H S L
Decimal 223 195 13 0 0.13 0.94 0.13 52 0.89 0.46
Hex DF C3 D 0 D 5E D 34 59 2E
Octal 337 303 15 0 15 136 15 64 131 56
Binary 11011111 11000011 1101 0 1101 1011110 1101 110100 1011001 101110

Color Harmonies of #DFC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC30D

Black with #DFC30D

Text Example


Text Example

White with #DFC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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