Html Css Color HEX #DFC30C Sunflower

📋 copy color: '#DFC30C'

red 223 ◦ green 195 ◦ blue 12

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

Shades of Sunflower #DFC30C

Tints of Sunflower #DFC30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.79%

R = 51.86%
G = 45.35%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFC30C (or 0xDFC30C) is known color: Sunflower. HEX triplet: DF, C3 and 0C. RGB value is (223,195,12). Sum of RGB (Red+Green+Blue) = 223+195+12=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC30C is #203CF3. Grayscale: #B7B7B7. Windows color (decimal): -2112756 or 836575. OLE color: 836575.

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

Color convert

RGB 223 195 12 -
CMYK 0 0.13 0.95 0.13
HSL 52.04º 0.9% 0.46% -
HSV(B) 52.04º 0.95% 0.87% -
XYZ 50.01 54.74 8.28 -
YUV 182.51 31.78 156.88 -
System Red Green Blue C M Y K H S L
Decimal 223 195 12 0 0.13 0.95 0.13 52.04 0.9 0.46
Hex DF C3 C 0 D 5F D 34 5A 2E
Octal 337 303 14 0 15 137 15 64 132 56
Binary 11011111 11000011 1100 0 1101 1011111 1101 110100 1011010 101110

Color Harmonies of #DFC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC30C

Black with #DFC30C

Text Example


Text Example

White with #DFC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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